Пример #1
0
 void IFileSystemImage.ImportSpecificFileSystem(FsiFileSystems fileSystemToUse)
 {
     if (_sysImage == null)
     {
         throw new NullReferenceException("_sysImage is not valid");
     }
     _sysImage.ImportSpecificFileSystem(fileSystemToUse);
 }