14 lines
340 B
VB.net
14 lines
340 B
VB.net
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Collections.Generic
|
|
|
|
Imports DevExpress.ExpressApp
|
|
|
|
Public NotInheritable Class [SupportModule]
|
|
Inherits ModuleBase
|
|
Public Sub New()
|
|
ModelDifferenceResourceName = "SISBusiness.Module.Web.Support.Model.DesignedDiffs"
|
|
InitializeComponent()
|
|
End Sub
|
|
End Class
|