CanINew() private method

private CanINew ( string action, string clientVersion ) : bool
action string
clientVersion string
return bool
Beispiel #1
0
 public static bool CanI(string action, string clientVersion)
 {
     try {
         ChronojumpServer myServer = new ChronojumpServer();
         return myServer.CanINew(action, clientVersion);
     } catch {
         return false;
     }
 }
Beispiel #2
0
 public static bool CanI(string action, string clientVersion)
 {
     try {
         ChronojumpServer myServer = new ChronojumpServer();
         return(myServer.CanINew(action, clientVersion));
     } catch {
         return(false);
     }
 }