Exemple #1
0
 private void EnterGame(object data)
 {
     VOServerData server = (VOServerData)data;
     loginCtrl.EnterGame(server);
 }