测试页面表格增加对Call命令的适配
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user