Exemplo n.º 1
0
 private void simpleActionRprtCntbl_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
 {
     if (View != null)
     {
         NegocioAdmin.ReporteContable(View.ObjectSpace);
     }
 }