Esempio n. 1
0
 public XstFile(View view, string fullName)
 {
     this.ndb  = new NDB(fullName);
     this.ltp  = new LTP(ndb);
     this.view = view;
 }
Esempio n. 2
0
 public XstFile(string fullName)
 {
     this.ndb = new NDB(fullName);
     this.ltp = new LTP(ndb);
 }