Program.cs 624 B

1234567891011121314151617
  1. // See https://aka.ms/new-console-template for more information
  2. using BaiduYunBeiFen.Controller;
  3. using BaiduYunBeiFen.ResultModel;
  4. using System.Diagnostics;
  5. internal class Program
  6. {
  7. private static void Main(string[] args)
  8. {
  9. PybyCheckController pybyClass = new PybyCheckController();
  10. List<FileMessageModelClass> fileMessages = pybyClass.CheckPathFile("/c bypy ls LuBo/377943_栗枯Likuu/2024_12_10");
  11. FileGuanliContorller.InitTimeThread();
  12. FileGuanliContorller.SetFileCheckPath("E:\\bypy\\Lubo");
  13. // FileGuanliContorller.StartTimeThread();
  14. Console.ReadKey();
  15. }
  16. }