1
0
mirror of synced 2026-02-22 04:47:55 +08:00

auto commit

This commit is contained in:
yitter
2021-03-27 21:14:12 +08:00
parent 2b5744c3e7
commit 5fb6e03936

View File

@@ -54,17 +54,17 @@ namespace Yitter.OrgSystem.TestA
while (true)
{
RunSingle();
//RunSingle();
// Go(options);
// RustDll();
CallDll();
Thread.Sleep(1000); // 每隔1秒执行一次Go
}
}
[DllImport("yitidgen.dll", CallingConvention = CallingConvention.StdCall)]
[DllImport("yitidgenc.dll", CallingConvention = CallingConvention.StdCall)]
public static extern long NextId();
private static void RustDll()
private static void CallDll()
{
int i = 0;
long id = 0;