コード例 #1
0
ファイル: XstFile.cs プロジェクト: nelsont/XstReader
 public XstFile(View view, string fullName)
 {
     this.ndb  = new NDB(fullName);
     this.ltp  = new LTP(ndb);
     this.view = view;
 }
コード例 #2
0
ファイル: XstFile.cs プロジェクト: stephenjannin/XstReader
 public XstFile(string fullName)
 {
     this.ndb = new NDB(fullName);
     this.ltp = new LTP(ndb);
 }