Exemple #1
0
 private void buttonDelete_Click(object sender, EventArgs e)
 {
     try
     {
         _customerPresenter.Delete(this.Id);
     }
     catch (Exception ex)
     {
         showException(ex);
     }
 }