Ejemplo n.º 1
0
 public DebuggerProxy(AggregateFileSystem fs)
 {
     _fs = fs;
 }
Ejemplo n.º 2
0
 public Watcher(AggregateFileSystem fileSystem, UPath path)
     : base(fileSystem, path)
 {
     _fileSystem = fileSystem;
 }