摘要:
Dim type As Type = vCRCommunication.GetTypeDim [property] As PropertyInfo = type.GetProperty("Orderno")If [property] Is Nothing Then Else Dim o As Object = [property].GetValue(vCRCommunication, Nothing) End If 阅读全文
posted @ 2014-02-19 14:59
bloodyboy
阅读(1097)
评论(0)
推荐(0)