private void checkBox_New_Customer_CheckedChanged(object sender, EventArgs e) { Customer_Account account = new Customer_Account(); account.Show(); this.Dispose(); }
private void addCustomerToolStripMenuItem_Click(object sender, EventArgs e) { Customer_Account account = new Customer_Account(); account.Show(); }