Exemplo n.º 1
0
        private void btnAccounts_Click(object sender, EventArgs e)
        {
            AccountsDialog dlg = new AccountsDialog();

            dlg.ShowDialog();
        }
Exemplo n.º 2
0
 private void btnAccounts_Click(object sender, EventArgs e)
 {
     AccountsDialog dlg = new AccountsDialog();
     dlg.ShowDialog();
 }