예제 #1
0
파일: VCFacturaList.cs 프로젝트: icpac/cap
        private void popupWindowShowActionDscrgMsv_Execute(object sender, DevExpress.ExpressApp.Actions.PopupWindowShowActionExecuteEventArgs e)
        {
            DescargaMasiva obj = e.PopupWindowViewCurrentObject as DescargaMasiva;

            if (obj != null)
            {
                NegocioAdmin.DescargaSat(obj, View.ObjectSpace, Prms);

                View.RefreshDataSource();
            }
        }