This commit is contained in:
wxt
2026-01-21 10:54:30 +08:00
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -118,3 +118,4 @@
/外科辅料和患者防护罩激光抗性测试仪/外科辅料和患者防护罩激光抗性测试仪/bin/Debug/net8.0-windows7.0/System.Xml.XPath.XmlDocument.dll
/.gitignore
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/v18/.suo
/外科辅料和患者防护罩激光抗性测试仪/.vs/外科辅料和患者防护罩激光抗性测试仪/CopilotIndices/18.0.988.22099/SemanticSymbols.db

View File

@@ -459,7 +459,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
if (registers3 != null && registers3.Length >= 1)
{
bool currentRunStatus = registers3[0];
RunStatus = currentRunStatus;
if (!this.IsHandleCreated)
return;