Beispiel #1
0
 void barButtonReporteZ_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     try
     {
         Fiscales.FiscalBixolon2010 f = new Fiscales.FiscalBixolon2010();
         f.ReporteZ();
     }
     catch (Exception x)
     {
         MessageBox.Show(x.Message);
     }
 }