Example #1
0
        private void BackPicBox_Click(object sender, EventArgs e)
        {
            this.Hide();
            PinForm p = new PinForm();

            p.Show();
        }
Example #2
0
        private void loginButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            PinForm pin = new PinForm();

            pin.Show();
        }