重新绑定管理界面网格数据

来源:互联网 发布:python decision tree 编辑:程序博客网 时间:2024/05/16 01:39
  _supporter.AddService(typeof(IGetManagementDataService), new CusGetManagementDataService(_supporter
          , () =>

          {

//根据实际需求获取网格所需要的数据

              return this.LogicObj.GetData();
          }
          , (dt) =>
          {
              _supporter.CallToolStripButtonClick(typeof(IRefreshButtonClick));
          }
          ));