Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this.module1 = new DevExpress.ExpressApp.SystemModule.SystemModule();
     this.module2 = new DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule();
     this.module3 = new Xafology.ConcurrentRequestDemo.Module.ConcurrentRequestDemoModule();
     this.module4 = new Xafology.ConcurrentRequestDemo.Module.Web.ConcurrentRequestDemoAspNetModule();
     this.businessClassLibraryCustomizationModule1 = new DevExpress.ExpressApp.Objects.BusinessClassLibraryCustomizationModule();
     this.generateUserFriendlyIdModule1            = new GenerateUserFriendlyId.Module.GenerateUserFriendlyIdModule();
     this.XafologySystemModule1 = new Xafology.ExpressApp.SystemModule.XafologySystemModule();
     this.concurrencyModule1    = new Xafology.ExpressApp.Concurrency.ConcurrencyModule();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // ConcurrentRequestDemoAspNetApplication
     //
     this.ApplicationName = "Xafology.ConcurrentRequestDemo";
     this.Modules.Add(this.module1);
     this.Modules.Add(this.module2);
     this.Modules.Add(this.businessClassLibraryCustomizationModule1);
     this.Modules.Add(this.generateUserFriendlyIdModule1);
     this.Modules.Add(this.XafologySystemModule1);
     this.Modules.Add(this.concurrencyModule1);
     this.Modules.Add(this.module3);
     this.Modules.Add(this.module4);
     this.DatabaseVersionMismatch += new System.EventHandler <DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.ConcurrentRequestDemoAspNetApplication_DatabaseVersionMismatch);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     this.module1 = new DevExpress.ExpressApp.SystemModule.SystemModule();
     this.module2 = new DevExpress.ExpressApp.Web.SystemModule.SystemAspNetModule();
     this.module3 = new Xafology.CustomUserControlDemo.Module.CustomUserControlDemoModule();
     this.module4 = new Xafology.CustomUserControlDemo.Module.Web.CustomUserControlDemoAspNetModule();
     this.module5 = new Xafology.ExpressApp.SystemModule.XafologySystemModule();
     this.module6 = new Xafology.ExpressApp.Web.SystemModule.XafologySystemAspNetModule();
     this.XafologySystemModule1       = new Xafology.ExpressApp.SystemModule.XafologySystemModule();
     this.XafologySystemAspNetModule1 = new Xafology.ExpressApp.Web.SystemModule.XafologySystemAspNetModule();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // CustomUserControlDemoAspNetApplication
     //
     this.ApplicationName = "Xafology.CustomUserControlDemo";
     this.Modules.Add(this.module1);
     this.Modules.Add(this.module2);
     this.Modules.Add(this.XafologySystemModule1);
     this.Modules.Add(this.module3);
     this.Modules.Add(this.XafologySystemAspNetModule1);
     this.Modules.Add(this.module4);
     this.DatabaseVersionMismatch += new System.EventHandler <DevExpress.ExpressApp.DatabaseVersionMismatchEventArgs>(this.CustomUserControlDemoAspNetApplication_DatabaseVersionMismatch);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }