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; } }
void ReleaseDesignerOutlets() { if (Imagen != null) { Imagen.Dispose(); Imagen = null; } if (Imagen2 != null) { Imagen2.Dispose(); Imagen2 = null; } if (Mapa != null) { Mapa.Dispose(); Mapa = null; } if (Progreso != null) { Progreso.Dispose(); Progreso = null; } if (Texto != null) { Texto.Dispose(); Texto = null; } if (VisorWeb != null) { VisorWeb.Dispose(); VisorWeb = null; } }