10 lines
144 B
VB.net
10 lines
144 B
VB.net
<Serializable()> _
|
|
Public Class GenRoot
|
|
Inherits GenRootBase
|
|
|
|
Private Sub New()
|
|
' prevent direct creation
|
|
End Sub
|
|
|
|
End Class
|