Ejemplo n.º 1
0
 public EntryChunkController(NSFController nsfcontroller, EntryChunk entrychunk) : base(nsfcontroller, entrychunk)
 {
     this.entrychunk = entrychunk;
     foreach (Entry entry in entrychunk.Entries)
     {
         AddNode(CreateEntryController(entry));
     }
 }
Ejemplo n.º 2
0
 public EntryChunkController(NSFController nsfcontroller,EntryChunk entrychunk)
     : base(nsfcontroller,entrychunk)
 {
     this.entrychunk = entrychunk;
     foreach (Entry entry in entrychunk.Entries)
     {
         AddNode(CreateEntryController(entry));
     }
 }