Esempio n. 1
0
 public void DeleteCustomer(object sender, System.EventArgs e)
 {
     credits.DeleteCustomer(credits.getCustomer_ID());
 }