示例#1
0
        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();
            }
        }