Ejemplo n.º 1
0
 private void button8_Click_2(object sender, EventArgs e)
 {
     try
     {
         Cliente_Generar_Email cge = new Cliente_Generar_Email();
         cge.ShowDialog();
     }
     catch (Exception ex)
     {
         Ventana_Error ve = new Ventana_Error(ex);
         ve.ShowDialog();
     }
 }
Ejemplo n.º 2
0
        private void button8_Click_2(object sender, EventArgs e)
        {
            try
            {
                Cliente_Generar_Email cge = new Cliente_Generar_Email();
                cge.ShowDialog();
            }
            catch (Exception ex)
            {
                Ventana_Error ve = new Ventana_Error(ex);
                ve.ShowDialog();

            }
        }