コード例 #1
0
ファイル: VCFacturaList.cs プロジェクト: icpac/cap
 private void simpleActionRprtCntbl_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
 {
     if (View != null)
     {
         NegocioAdmin.ReporteContable(View.ObjectSpace);
     }
 }