示例#1
0
文件: Logout.cs 项目: 1Kastro1/-2
        private void button2_Click(object sender, EventArgs e)
        {
            More Main = new More();

            Main.Show();
            this.Hide();
        }
示例#2
0
文件: Main.cs 项目: 1Kastro1/-2
        private void button3_Click(object sender, EventArgs e)
        {
            More More = new More();

            More.Show();
            this.Hide();
        }