Beispiel #1
0
 internal bool IsSubPhone(string phone)
 {
     datatable = datafile.GetErrorSubByPhone(phone);
     if (datatable.Rows.Count > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }