Beispiel #1
0
 public void EnableServer(int gameID, int serverID, bool isEnable)
 {
     CacheServer cacheServer = new CacheServer();
     cacheServer.EnableServer(gameID, serverID, isEnable);
 }
Beispiel #2
0
        public void EnableServer(int gameID, int serverID, bool isEnable)
        {
            CacheServer cacheServer = new CacheServer();

            cacheServer.EnableServer(gameID, serverID, isEnable);
        }