From c795554189902567da84a94494cd0c3ad07413c7 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 23 十一月 2018 11:36:07 +0800
Subject: [PATCH] 2433 【BUG】【1.3】防误触区域导致退出按钮无法点击

---
 System/MainInterfacePanel/TaskAllocation.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index 2dc7d15..a780538 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -8,6 +8,7 @@
 using System.Text;
 using System.Text.RegularExpressions;
 using System.Collections.Generic;
+using System;
 //鐢ㄤ簬浠诲姟鍒嗛厤
 namespace Snxxz.UI
 {
@@ -154,6 +155,11 @@
                 });
             }
         }
+        public DateTime TaskTime
+        {
+            get;
+            set;
+        }
     }
 
 }

--
Gitblit v1.8.0