コード例 #1
0
 public PPoint(string file)
 {
     this.file = file;
     data      = new DBMemory(file, true, new DB.ReadSectionFunction(DB.ConvertType));
 }