示例#1
0
 public TestFileStream(TestFileSystem fs, string path)
 {
     _fs   = fs;
     _path = path;
 }
 public TestGpg(TestFileSystem fs)
 {
     _fs = fs;
 }