示例#1
0
        private void simpleActionCncilr_Execute(object sender, DevExpress.ExpressApp.Actions.SimpleActionExecuteEventArgs e)
        {
            if (View != null && View.ObjectSpace != null)
            {
                IObjectSpace objectSpace = Application.CreateObjectSpace();

                NegocioAdmin.Concilia(objectSpace);

                objectSpace.CommitChanges();
            }
        }