Example #1
0
 private bool FailLogin(string msg)
 {
     Logger.Warn(msg);
     LoginFailed.Fire(msg);
     return(false);
 }