测试页面表格增加对Call命令的适配

This commit is contained in:
2024-04-18 09:12:20 +08:00
parent 71ec6193ed
commit 240ce97c05
134 changed files with 14917 additions and 255 deletions

View File

@@ -218,7 +218,11 @@ Namespace UTSModule.Project
End Try
End If
_masterImg = ImageProcessor.ImageProcessor.GetBitmapImage(imgPath)
Try
_masterImg = ImageProcessor.ImageProcessor.GetBitmapImage(imgPath)
Catch ex As Exception
_masterImg = Nothing
End Try
End SyncLock
Return _masterImg