예제 #1
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;
            }
        }