private void accountManagmentButton_Click(object sender, EventArgs e)
 {
     acctEditForm acctEdit = new acctEditForm();
     acctEdit.Show();
 }
Example #2
0
        private void accountManagmentButton_Click(object sender, EventArgs e)
        {
            acctEditForm acctEdit = new acctEditForm();

            acctEdit.Show();
        }