8 lines
156 B
VB.net
8 lines
156 B
VB.net
Public Class AppVersion
|
|
'版本信息'
|
|
Public Property version As String
|
|
|
|
'文件地址'
|
|
Public Property path As String
|
|
End Class
|