示例#1
0
        private void btnSignUP_Click(object sender, EventArgs e)
        {
            this.Hide();
            SIGNup sIGNup = new SIGNup();

            sIGNup.Show();
        }
示例#2
0
        private void btnSignUP_Click(object sender, EventArgs e)
        {
            this.Hide();
            Home.Instance.Hide();
            SIGNup sIGNup = new SIGNup();

            sIGNup.ShowDialog();
        }