Files
SISBusiness/SISBusiness.Module.Web/WebModule.vb
T
2017-03-26 20:00:03 +02:00

16 lines
319 B
VB.net

Imports System
Imports System.Text
Imports System.Collections.Generic
Imports System.ComponentModel
Imports DevExpress.ExpressApp
<ToolboxItemFilter("Xaf.Platform.Web")> _
Partial Public NotInheritable Class [SISBusinessAspNetModule]
Inherits ModuleBase
Public Sub New()
InitializeComponent()
End Sub
End Class