jj
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Public Class ProductVersion
|
||||
Public Guid As Integer
|
||||
Public Name As String
|
||||
Public Property Id As Integer
|
||||
Public Property Name As String
|
||||
Public Property Part As Integer
|
||||
|
||||
Public Overrides Function ToString() As String
|
||||
Return $"{Id.ToString.PadLeft(2, "0")} - {Name}"
|
||||
End Function
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user