private void ToolStrip_newCDB_Click(object sender, EventArgs e) { string file; if (CCFile.SelectSaveFile(out file, "cdb", "请输入新数据库的名字", SET.GamePath)) { CDBfile = file; CDB.Create(file); SET.LastCDB.Add(file); this.Text = CDBfile + " -DataEditor V2"; ReadData(); } }