Exemplo n.º 1
0
 private void LaunchClient()
 {
     roboclient = new frmClient(ref game);
     roboclient.Show();
 }
Exemplo n.º 2
0
 private void LaunchClient()
 {
     roboclient = new frmClient(ref game);
     roboclient.Show();
 }