This commit is contained in:
@@ -36,7 +36,7 @@ namespace 全自动水压检测仪.Data
|
||||
|
||||
public void CheckRisingEdge()
|
||||
{
|
||||
if (!Value && _previousValue)
|
||||
if (!Value &&_previousValue)
|
||||
{
|
||||
OnRisingEdge?.Invoke();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user