Beispiel #1
0
 internal LeafNodeService(object leafObject, SHiPSDrive drive, SHiPSDirectory parent)
 {
     _shipsLeaf     = leafObject as SHiPSLeaf;
     _drive         = drive;
     _contentHelper = new ContentHelper(_shipsLeaf, drive);
     if (_shipsLeaf != null)
     {
         _shipsLeaf.Parent = parent;
     }
 }
Beispiel #2
0
 internal LeafNodeService(object leafObject)
 {
     _shipsLeaf = leafObject as SHiPSLeaf;
 }