Пример #1
0
 private void textBoxId_Leave(object sender, EventArgs e)
 {
     try
     {
         _customerPresenter.FindById(this.Id);
     }
     catch (Exception ex)
     {
         showException(ex);
     }
 }