This commit is contained in:
wxt
2026-01-21 10:50:23 +08:00
parent 99fda86797
commit cc4d9cfdb9
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ namespace 全自动水压检测仪.Data
// public bool Value { get; set; }
// public void CheckRisingEdge()
// public void CheckRisingEdge() //上升沿
// {
// if (Value && !_previousValue)
// {
@@ -34,7 +34,7 @@ namespace 全自动水压检测仪.Data
public bool Value { get; set; }
public void CheckRisingEdge()
public void CheckRisingEdge()//下降沿
{
if (!Value &&_previousValue)
{