This commit is contained in:
wxt
2026-01-19 17:50:49 +08:00
parent 8b115ff3af
commit c9a13cd558
6 changed files with 284 additions and 75 deletions

View File

@@ -36,7 +36,7 @@ namespace 全自动水压检测仪.Data
public void CheckRisingEdge()
{
if (!Value && _previousValue)
if (!Value &&_previousValue)
{
OnRisingEdge?.Invoke();
}