Ejemplo n.º 1
0
 internal FolderEntry(string name) : base(name)
 {
     Entries = new LifEntryCollection(this);
 }
Ejemplo n.º 2
0
 internal FolderEntry(LifFile lif) : base(string.Empty)
 {
     _Lif            = lif;
     Entries         = new LifEntryCollection(this);
     IsRootDirectory = true;
 }