This commit is contained in:
@@ -211,7 +211,7 @@ namespace MembranePoreTester.ViewModels
|
||||
}
|
||||
if (!_suppressPressureValidation && HighLowPressure.Contains("高压") && value > 800)
|
||||
{
|
||||
MessageBox.Show("高压模式,加压上限不能超过500!");
|
||||
MessageBox.Show("高压模式,加压上限不能超过800!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user