From 843e242b947b2c625ca8c80624557b2a48cb8d13 Mon Sep 17 00:00:00 2001 From: wyf Date: Wed, 9 Apr 2025 09:47:33 +0000 Subject: [PATCH] SVN r466 SVN-Revision: r466 --- 插件库/Lskj.Control/Model/StaticControl.cs | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) 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