*** empty log message ***
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / IFileReaderService.cs
1 //\r
2 // System.Windows.Forms.IFileReaderService.cs\r
3 //\r
4 // Author:\r
5 // William Lamb (wdlamb@notwires.com)\r
6 // Dennis Hayes (dennish@raytek.com)\r
7 //\r
8 // (C) 2002 Ximian, Inc. http://www.ximian.com\r
9 //\r
10 using System.IO;\r
11 namespace System.Windows.Forms\r
12 {\r
13         public interface IFileReaderService\r
14         {\r
15                 // There is no documentation for this interface's members!\r
16                 // Only a note saying that it supports the .NET infrastructure\r
17                 // and is not intended to be used directly from your code.\r
18                 // The following method had its own listing in the documentation;\r
19                 // I don't know what other methods and properties there may be.\r
20 \r
21                 Stream OpenFileFromSource(string relativePath);\r
22         }\r
23 }\r