예제 #1
0
파일: VCFacturaList.cs 프로젝트: icpac/cap
 private void simpleActionRprtCntbl_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
 {
     if (View != null)
     {
         NegocioAdmin.ReporteContable(View.ObjectSpace);
     }
 }