private void button2_Click(object sender, EventArgs e) { NewWordlist nwl = new NewWordlist(); nwl.wordlistnumber = wordlistNum; nwl.wordlistIdentity = wordListIdenty; nwl.Show(); this.Close(); }
private void Help_FormClosing(object sender, FormClosingEventArgs e) { if (flag == 1) { NewWordlist nwd = new NewWordlist(); nwd.wordlistnumber = wordlistNum; nwd.wordlistIdentity = wordListIdenty; nwd.Show(); } }