修改搜索IP后的显示逻辑

This commit is contained in:
zhouyunhao
2024-09-23 08:48:13 +08:00
parent 5e2261e74e
commit dcd9b20fb0
63 changed files with 328161 additions and 235 deletions

View File

@@ -91,7 +91,7 @@ namespace C_Windows_1
{
try
{
if (FullTime.Text == "" || TestTime1.Text == "" || ExhaustTime.Text == "" || DelayTime1.Text == "" || DelayTime2.Text == "" || BLeakLPre.Text == "" || BLeakTPre.Text == "" || LUnit.Text == "" || PUnit.Text == "")
if (FullTime.Text == "" || TestTime1.Text == "" || ExhaustTime.Text == "" || DelayTime1.Text == "" || DelayTime2.Text == "" || BLeakLPre.Text == "" || BLeakTPre.Text == "" || LUnit.Text == "" || PUnit.Text == "")
{
MessageBox.Show("输入参数格式不对");
}