private void btnAddCustomer_Click(object sender, EventArgs e)
 {
     frmAccountAdd frmAccountAdd = new frmAccountAdd();
     frmAccountAdd.Show();
     showMainMenu = false;
     this.Close();
 }
Exemple #2
0
        private void btnAddCustomer_Click(object sender, EventArgs e)
        {
            frmAccountAdd frmAccountAdd = new frmAccountAdd();

            frmAccountAdd.Show();
            showMainMenu = false;
            this.Close();
        }