DekGenius.com
[ Team LiB ] Previous Section Next Section

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);
}
    [ Team LiB ] Previous Section Next Section