private void ShowError (WebServiceErrorCodes code, string error) { loginService.SucceededEvent -= LoadMainScene; loginService.FailedEvent -= ShowError; if(code == WebServiceErrorCodes.LoginError && Failed != null) Failed (error); }
private void FailedResetPassword (WebServiceErrorCodes arg1, string arg2) { }
private void LoadLoginScene (WebServiceErrorCodes code, string error) { startSessionService.FailedEvent -= LoadLoginScene; startSessionService.SucceededEvent -= LoadMainScene; Application.LoadLevel("Login"); }