예제 #1
0
 public TestFileStream(TestFileSystem fs, string path)
 {
     _fs   = fs;
     _path = path;
 }