예제 #1
0
        private void newAccountMenuItem_Click(object sender, EventArgs e)
        {
            AddAccountDialog dialog = new AddAccountDialog(accountServices);

            dialog.ShowDialog(this);
            PopulateAccountsTabControl();
        }
예제 #2
0
 private void newAccountMenuItem_Click(object sender, EventArgs e)
 {
     AddAccountDialog dialog = new AddAccountDialog(accountServices);
     dialog.ShowDialog(this);
     PopulateAccountsTabControl();
 }