Ejemplo n.º 1
0
 public void OnEditCustomer(Customer customer, int index)
 {
     model.EditCustomer(customer, index);
     RefreshMainForm();
 }
Ejemplo n.º 2
0
 public void OnEditCustomer(Customer customer, int index)
 {
     model.EditCustomer(customer, index);
     mainform.refreshInfo(model.getCustomerList());
 }