Exemple #1
0
 public void RegresarMenu()
 {
     IniciarJ.SetActive(true);
     Instrucciones.SetActive(true);
     TextoInstruc.SetActive(false);
     Regresar.SetActive(false);
     Imagen1.SetActive(false);
     Imagen2.SetActive(false);
     PelotaImg.SetActive(false);
 }
Exemple #2
0
        void ReleaseDesignerOutlets()
        {
            if (Imagen1 != null)
            {
                Imagen1.Dispose();
                Imagen1 = null;
            }

            if (Imagen2 != null)
            {
                Imagen2.Dispose();
                Imagen2 = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (Imagen1 != null)
            {
                Imagen1.Dispose();
                Imagen1 = null;
            }

            if (Imagen2 != null)
            {
                Imagen2.Dispose();
                Imagen2 = null;
            }

            if (SliderImagen != null)
            {
                SliderImagen.Dispose();
                SliderImagen = null;
            }

            if (lblNumero != null)
            {
                lblNumero.Dispose();
                lblNumero = null;
            }

            if (txtNumero != null)
            {
                txtNumero.Dispose();
                txtNumero = null;
            }

            if (Incrementador != null)
            {
                Incrementador.Dispose();
                Incrementador = null;
            }
        }