Exemple #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            NewWordlist nwl = new NewWordlist();

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