This commit is contained in:
Binary file not shown.
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user