示例#1
0
        private void createaccount_Click_1(object sender, EventArgs e)
        {
            SIGNUP sg = new SIGNUP();

            sg.Show();
            this.Hide();
        }
示例#2
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            SIGNUP li = new SIGNUP();

            li.Show();
            this.Hide();
        }
示例#3
0
        private void button1_Click(object sender, EventArgs e)
        {
            SIGNUP sg = new SIGNUP();

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