Exemplo n.º 1
0
 private void Button_Cerrar_Click(object sender, EventArgs e)
 {
     FInterfaz_.Over         = false;
     FInterfaz_.Seleccionado = false;
     FInterfaz_.Invalidate();
     Close();
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     Reload_Seccion();
     FInterfaz_.Over         = false;
     FInterfaz_.Seleccionado = false;
     FInterfaz_.Invalidate();
     Close();
 }