コード例 #1
0
 private void b2_Click(object sender, EventArgs e)
 {
     this.Hide();
     if (mostrarSector == null)
     {
         mostrarSector = new InmuebleSectorMostrarSector(this);
     }
     mostrarSector.abrir();
 }
 private void b2_Click(object sender, EventArgs e)
 {
     this.Hide();
     mostrarSector.abrir();
 }