Exemple #1
0
 private void OnCheckStringDone(object s)
 {
     try
     {
         isCensored = !StringChecker.EndCheckString(asyncResult);
         isVerified = true;
     }
     catch
     {
     }
     asyncResult = null;
 }