Exemplo n.º 1
0
        private void SinUpButton_Click(object sender, EventArgs e)
        {
            SingupInformation f3 = new SingupInformation();

            this.Hide();
            f3.Show();
        }
Exemplo n.º 2
0
        private void Partner_Cancel_Click(object sender, EventArgs e)
        {
            SingupInformation f1 = new SingupInformation();

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