命令运行bug修复

This commit is contained in:
hsc
2026-06-23 10:29:09 +08:00
parent 1faae12822
commit 1e21d5f9f2
2 changed files with 2 additions and 2 deletions

View File

@@ -558,7 +558,7 @@ namespace UIShare
{
try
{
//instance = _devices.DeviceDic[targetType.Name];
instance = _deviceManager.DeviceMap[targetType.Name];
}
catch (Exception ex)
{