Exemple #1
0
 public DefaultApplicationContext(
     IApplicationShell shell,
     ILayoutRegistry layouts,
     IModuleLoader[] loaders
     )
 {
     this.shell   = shell;
     this.layouts = layouts;
     this.loaders = loaders;
 }
		public DefaultApplicationContext(
			IApplicationShell shell,
            ILayoutRegistry layouts,
			IModuleLoader[] loaders
			)
		{
			this.shell = shell;
            this.layouts = layouts;
			this.loaders = loaders;
		}