Exemple #1
0
 private bool CheckExistingName()
 {
     if (contactHelper.DoesNameExist(txt_name.Text.Trim()))
     {
         return(true);
     }
     this.AddNameErrorIcon();
     return(false);
 }