Example #1
0
 private void btn_reportFactura_Click(object sender, EventArgs e)
 {
     item_manto.Visible     = false;
     item_reportes.Visible  = false;
     Item_Reservas.Visible  = false;
     item_servicios.Visible = false;
     item_principal.Visible = false;
     n = 0;
     btn_manto.ColorTable     = eButtonColor.Blue;
     btn_reserva.ColorTable   = eButtonColor.Blue;
     btn_servicios.ColorTable = eButtonColor.Blue;
     btn_reportes.ColorTable  = eButtonColor.Blue;
     Formularios.Frm_Reporte_Factura f = new Formularios.Frm_Reporte_Factura();
     f.ShowDialog();
 }
Example #2
0
 private void btn_imprimir_fac_Click(object sender, EventArgs e)
 {
     Formularios.Frm_Reporte_Factura f = new Formularios.Frm_Reporte_Factura();
     f.ShowDialog();
 }
Example #3
0
 private void radial_reporte_factura_Click(object sender, EventArgs e)
 {
     Formularios.Frm_Reporte_Factura f = new Formularios.Frm_Reporte_Factura();
     f.ShowDialog();
 }