This commit is contained in:
wxt
2026-01-07 15:21:05 +08:00
parent b0f6def13c
commit 3d3761673f

View File

@@ -57,7 +57,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
{ {
var timer = new System.Windows.Forms.Timer() var timer = new System.Windows.Forms.Timer()
{ {
Interval = 500, Interval = 100,
}; };
timer.Tick += async (s, e) => timer.Tick += async (s, e) =>
{ {