主题:高手麻烦帮解释下这几个句子
public property Hour() As Integer
Get
Return trkHour.Value
End Get
Set(ByVal Value As Integer)
trkHour.Value=Value
Dim statusText As String
statusText="zcvasdfasdf"
txtState.text=statustext
End Set
End Property
Get
Return trkHour.Value
End Get
Set(ByVal Value As Integer)
trkHour.Value=Value
Dim statusText As String
statusText="zcvasdfasdf"
txtState.text=statustext
End Set
End Property