File size: 393 Bytes
b1b3bae | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Public Interface IProductInformation
ReadOnly Property ProductName As String
ReadOnly Property ProductDescription As String
ReadOnly Property ProductAuthor As String
ReadOnly Property ProductContactInfo As String
ReadOnly Property ProductPage As String
ReadOnly Property ProductVersion As String
ReadOnly Property ProductAssembly As String
End Interface
|