Пример #1
0
        public frmEditAccount(frmAccounts FrmAccounts, EL.Registrations.Accounts AccountInfo)
        {
            InitializeComponent();

            frmAccounts = FrmAccounts;
            accountInfo = AccountInfo;
        }
        public frmAddAccount(frmAccounts FrmAccounts)
        {
            InitializeComponent();

            frmAccounts = FrmAccounts;
        }
Пример #3
0
 private void btnAccounts_Click(object sender, EventArgs e)
 {
     Registrations.Accounts.frmAccounts frmAccounts = new Registrations.Accounts.frmAccounts();
     frmAccounts.ShowDialog();
 }