コード例 #1
0
 public EmulatedSdFileSystemCreator(EmulatedSdCard sdCard, IFileSystem rootFileSystem, string path)
 {
     SdCard         = sdCard;
     RootFileSystem = rootFileSystem;
     Path           = path;
 }
コード例 #2
0
 public EmulatedSdFileSystemCreator(EmulatedSdCard sdCard, IFileSystem rootFileSystem)
 {
     SdCard         = sdCard;
     RootFileSystem = rootFileSystem;
 }