From f1c7210750657de961009d895e928d9d6e502740 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 23 十一月 2018 16:01:56 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/TaskAllocation.cs | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index a780538..357691a 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -155,11 +155,9 @@
});
}
}
- public DateTime TaskTime
- {
- get;
- set;
- }
+
+ public DateTime TaskTime = DateTime.Now;
+
}
}
--
Gitblit v1.8.0