public void CheckRepetName(string name) { WebRequestHelper.CheckAccount(name, reply => { DispatchModuleEvent(EventCheckName, reply.data); }); }