我正在尝试来自另一个线程的两个更新 UI:
Me.Dispatcher.Invoke(Windows.Threading.DispatcherPriority.Normal, New Action(AddressOf RefreshDisplay))
问题是我需要 t0 将两个参数传递给RefreshDisplay
Private Sub RefreshDisplay(ByVal n1 As String, ByVal n2 As String)
.
.
.
.
End Sub