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