添加工艺站发布站包历史表;允许用户选择测试站时选择历史发布站包
This commit is contained in:
@@ -771,7 +771,7 @@ Namespace UTSModule.Test
|
||||
|
||||
'进度修改
|
||||
If node.RowListIndex > _startTestIndex AndAlso node.RowListIndex < _endTestIndex Then
|
||||
Dim p As Double = (node.RowListIndex - _startTestIndex) / (_testCount * 100)
|
||||
Dim p As Double = (node.RowListIndex - _startTestIndex) / _testCount * 100
|
||||
RaiseEvent TestProgressChanged(Me, New TestProgressChangedEventArgs(p))
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user