示例#1
0
        private void Back_Click(object sender, EventArgs e)
        {
            this.Hide();
            Choosing ch = new Choosing(username);

            ch.Show();
        }
示例#2
0
 private void BACK_Click(object sender, EventArgs e)
 {
     KSensor.Dispose();
     this.Hide();
     Choosing ch = new Choosing(username);
     ch.Show();
 }
示例#3
0
        private void Change_S_Click(object sender, EventArgs e)
        {
            this.Close();

            Choosing ch = new Choosing(username);

            ch.Show();
        }