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

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

            sIGNup.ShowDialog();
        }