public PPoint(string file) { this.file = file; data = new DBMemory(file, true, new DB.ReadSectionFunction(DB.ConvertType)); }