Example #1
0
 public virtual void Refresh(object data)
 {
     if (!GameServer.CheckConnection())
     {
         Toast.Instance.Show(10067);
     }
 }
Example #2
0
 bool Check()
 {
     if (!GameServer.CheckConnection())
     {
         Toast.Instance.Show(10067);
         return(false);
     }
     return(true);
 }