Example #1
0
        private void CreateAccountButton_Click(object sender, EventArgs e)
        {
            Form CreateAccount = new CreateAccount(this);

            CreateAccount.Show();
        }