diff --git a/插件库/Lskj.Control/Model/StaticControl.cs b/插件库/Lskj.Control/Model/StaticControl.cs index 3eb704f..8b0b6af 100644 --- a/插件库/Lskj.Control/Model/StaticControl.cs +++ b/插件库/Lskj.Control/Model/StaticControl.cs @@ -27,24 +27,4 @@ namespace Lskj.Control.Model /// public static Dictionary> GridViewDragGridDic = new Dictionary>(); /// - /// 表格拖拽类,key值为目标表 - /// - public static Dictionary> TargetViewDragGridDic = new Dictionary>(); - /// - /// 当前拖拽源表格 - /// - public static GridView SourceDragGridView; - /// - /// 指纹识别模块 - /// - public static FingerHelper fingerHelper; - ///// - ///// 外部exe进程 - ///// - //public static Dictionary loadExeProcess = new Dictionary(); - /// - /// 打开的Add模块对应的父表格控件(模块编号,GridControlEx) - /// - public static KeyValuePair AddParentGrid = new KeyValuePair(); - } -} \ No newline at end of file + /// 表格拖拽类,key值 \ No newline at end of file