.NET Windows Forms in a Nutshell
This interface is defined internally by the framework and should not be used in your own code. public interface IFileReaderService { // Public Instance Methods public Stream OpenFileFromSource (string relativePath ); } |