private void btnBusca_Click(object sender, EventArgs e)
 {
     if (buscarSitioDeInteres == null)
     {
         buscarSitioDeInteres = new InmuebleSitioDeInteresMostrarSitioDeInteres(this);
     }
     this.Hide();
     buscarSitioDeInteres.Show();
 }
Exemplo n.º 2
0
 // InmuebleSitioDeInteres inm;
 public InmuebleSitioDeInteresMostrarSitioDeInteresModificarDatos(InmuebleSitioDeInteresMostrarSitioDeInteres mostrar)
 {
     this.mostrar = mostrar;
     InitializeComponent();
 }
 private void btn_si_Click_1(object sender, EventArgs e)
 {
     Form m = new InmuebleSitioDeInteresMostrarSitioDeInteres(inm);
 }