少年修仙传客户端代码仓库
client_linchunjie
2018-11-23 09354f7b3a308247924889947d4d9ea2ea0e552b
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;
        }
    }
}