Example #1
0
 public FileSystem(
     BehaviorProvider behaviorProvider,
     ISystemRootManager systemRootManager
     )
 {
     this.behaviorProvider  = behaviorProvider;
     this.systemRootManager = systemRootManager;
 }
 public InitializeRootBehavior(
     IFileSystemFactory <FileSystemEntry> factory,
     ISystemRootManager systemRoot
     )
 {
     this.factory    = factory;
     this.systemRoot = systemRoot;
 }