First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
Imports System
Imports System.Text
Imports System.Collections.Generic
Imports System.ComponentModel
Imports DevExpress.ExpressApp
Imports DevExpress.ExpressApp.Model
<ToolboxItemFilter("Xaf.Platform.Web")>
Partial Public NotInheritable Class [NuvolarAspNetModule]
Inherits ModuleBase
Public Sub New()
InitializeComponent()
End Sub
Public Overrides Sub ExtendModelInterfaces(extenders As ModelInterfaceExtenders)
MyBase.ExtendModelInterfaces(extenders)
End Sub
End Class