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