Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            注册界面 next = new 注册界面();//创建将要打开的窗体对象

            next.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            注册界面 fm = new 注册界面();

            fm.Show();
        }