程序代码: [ 复制代码到剪贴板 ]
            Catch OtherEx As Exception
                Throw New Exception(OtherEx.InnerException.ToString)
            End Try

            If Not item Is Nothing Then item.Selected = True
        End Sub

    End Class
End Namespace

 


相关文章: