This commit is contained in:
wxt
2026-01-27 13:39:10 +08:00
parent b7167ab67c
commit 3e2f90dfbe
5 changed files with 205 additions and 130 deletions

View File

@@ -277,5 +277,13 @@ namespace 全自动水压检测仪
// 当移除行时更新序号
SetRowNumbers();
}
private void uiButton3_Click(object sender, EventArgs e)
{
Application.Restart();
// 关闭当前窗口
Environment.Exit(0);
}
}
}