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