This commit is contained in:
xyy
2026-01-12 15:12:30 +08:00
parent 679c605009
commit 497dc88f2b

View File

@@ -453,7 +453,7 @@ namespace 全自动水压检测仪
endpressure = uiTextBox7.Text.ToDouble(),
startpressure = uiTextBox3.Text.ToDouble(),
Type = uiLight1.State == UILightState.On ? 1 : 0
});
});
}
private bool TryReconnect()
{