// See https://aka.ms/new-console-template for more information
using BaiduYunBeiFen.Controller;
using BaiduYunBeiFen.ResultModel;
using System.Diagnostics;
internal class Program
{
///
/// 主函数
///
private static void Main(string[] args)
{
PybyCheckController pybyClass = new PybyCheckController();
List fileMessages = pybyClass.CheckPathFile("/c bypy ls LuBo/377943_栗枯Likuu/2024_12_10");
FileGuanliContorller.InitTimeThread();
FileGuanliContorller.SetFileCheckPath("E:\\bypy\\Lubo");
// FileGuanliContorller.StartTimeThread();
Console.ReadKey();
}
}