Ejemplo n.º 1
0
 private void checkBox_New_Customer_CheckedChanged(object sender, EventArgs e)
 {
     Customer_Account account = new Customer_Account();
     account.Show();
     this.Dispose();
 }
Ejemplo n.º 2
0
 private void addCustomerToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Customer_Account account = new Customer_Account();
     account.Show();
 }