8 lines
231 B
VB.net
8 lines
231 B
VB.net
''' <summary>
|
|
''' This module is intended for often used constants and datastructures
|
|
''' Therefor it is important that this module does not have any dependencies on other modules!!
|
|
''' </summary>
|
|
Public Class Class1
|
|
|
|
End Class
|