コード例 #1
0
 public DebuggerProxy(AggregateFileSystem fs)
 {
     _fs = fs;
 }
コード例 #2
0
 public Watcher(AggregateFileSystem fileSystem, UPath path)
     : base(fileSystem, path)
 {
     _fileSystem = fileSystem;
 }