啊鑫
6 天以前 650fe9e42e3de66be29769da72cc755273246dd9
DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
@@ -1,24 +1,24 @@
using DevExpress.XtraTreeList;
using System;
using System.Collections.Generic;
using System.Data;
using System.Windows.Forms;
using DevExpress.XtraTreeList;
using DevExpress.XtraTreeList.Nodes;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data;
using System.Windows.Forms;
namespace Gs.DevApp.DevFrm.Work
namespace Gs.DevApp.UserControl
{
    public partial class UcDictionarySelect : DevExpress.XtraEditors.XtraForm
    {
        private List<dynamic> lstCheckedKeyID = new List<dynamic>();//选择集合
        string strTitle = "";
        string strWhere = "";
        public UcDictionarySelect(string _strTitle, string _strWhere)
        public UcDictionarySelect(string _strTitle, string _strWhere,string _strMsg="")
        {
            InitializeComponent();
            lbMsg.Text = _strMsg;
            this.strTitle = _strTitle;
            this.strWhere = _strWhere;
            this.Text = _strTitle;