13 lines
255 B
VB.net
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
|