Beispiel #1
0
 protected DApplication(Assembly executing)
 {
     Bootstrap = ShoyBootstrap.Instance;
     _executingAssembly = executing;
 }
Beispiel #2
0
 public IocManager()
 {
     _bootstrap = ShoyBootstrap.Instance;
 }