少年修仙传客户端代码仓库
client_Wu Xijin
2018-11-23 2986ac4bf5512c6da4beeec2fedc4e3d96817582
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;
        }
    }
}