Ejemplo n.º 1
0
 private void FormaRutina_FormClosing(object sender, FormClosingEventArgs e)
 {
     inicio.Show();
 }
Ejemplo n.º 2
0
 private void FormaProducto_FormClosing(object sender, FormClosingEventArgs e)
 {
     inicio.Show();
 }
Ejemplo n.º 3
0
 private void FormaDetallePago_FormClosing(object sender, FormClosingEventArgs e)
 {
     c.cerrarConexion();
     inicio.Show();
 }