修改界面

This commit is contained in:
2025-03-12 17:18:39 +08:00
parent b8c83e459d
commit a9d02a5a9d
14 changed files with 2425 additions and 636 deletions

View File

@ -78,16 +78,16 @@ namespace DHSoftware
}
public void InferenceOne(Action preAction = null, Action postAction = null)
public void InferenceOne()
{
//lock (_inferenceLock)
//{
// Interlocked.Decrement(ref InferenceLeft);
//}
preAction?.Invoke();
_countdownEvent.Signal();
postAction?.Invoke();
}
public bool InferenceFinished()