示例#1
0
        private void Button5_Click(object sender, EventArgs e)
        {
            Form x = new LW5.LW5title();

            x.Show();
            this.Hide();
        }
示例#2
0
文件: LW5.cs 项目: vokti/1-sem-c-
 private void Button2_Click(object sender, EventArgs e)
 {
     Form x = new LW5title();
     x.Show();
     this.Close();
 }