Example #1
0
 private void InvokeVentanas(JuegoForm ventajaJuego)
 {
     this.Visible         = false;
     ventajaJuego.Visible = true;
 }
Example #2
0
 public void GestionarVentanas(JuegoForm ventanaJuego)
 {
     this.Invoke(new Action <JuegoForm>(InvokeVentanas), ventanaJuego);
 }