Exemplo n.º 1
0
 private void button4_Click_1(object sender, EventArgs e)
 {
     try
     {
         Configuracion_Factura cf = new Configuracion_Factura();
         cf.ShowDialog();
     }
     catch (Exception ex)
     {
         Ventana_Error ve = new Ventana_Error(ex);
         ve.ShowDialog();
     }
 }
Exemplo n.º 2
0
        private void button4_Click_1(object sender, EventArgs e)
        {
            try
            {
                Configuracion_Factura cf = new Configuracion_Factura();
                cf.ShowDialog();
            }
            catch (Exception ex)
            {
                Ventana_Error ve = new Ventana_Error(ex);
                ve.ShowDialog();

            }
        }