Files
2017-03-26 20:00:03 +02:00

13 lines
255 B
VB.net

Imports System
Imports System.Reflection
Imports System.Collections.Generic
Imports DevExpress.ExpressApp
Public NotInheritable Class [SubcontractorModule]
Inherits ModuleBase
Public Sub New()
InitializeComponent()
End Sub
End Class