.NET Windows Forms in a Nutshell

IFileReaderService

System. Windows .Forms (system. windows .forms.dll) interface

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 ); }

Категории