Example #1
0
 public CustomApplication() : this(ApplicationMode.Prod)
 {
     this.tempInjector = ServiceLoader.CreateLoader();
 }
Example #2
0
 public CustomApplication(ApplicationMode mode)
     : base(mode, Environment.CurrentDirectory, null)
 {
     this.tempInjector = ServiceLoader.CreateLoader();
 }