1
0
mirror of synced 2025-12-16 18:18:10 +08:00

auto commit

This commit is contained in:
yitter
2021-03-27 22:07:52 +08:00
parent beedf10c0c
commit 3f98f32444
10 changed files with 371 additions and 2 deletions

View File

@@ -54,9 +54,9 @@ namespace Yitter.OrgSystem.TestA
while (true)
{
//RunSingle();
RunSingle();
// Go(options);
CallDll();
//CallDll();
Thread.Sleep(1000); // 每隔1秒执行一次Go
}
}