Inheritance: System.Windows.Forms.Form
Example #1
0
 private void EditAcctBtn_Click(object sender, EventArgs e)
 {
     AccountListForm Form = new AccountListForm();
     Form.ShowDialog();
 }