Example #1
0
 private void Awake()
 {
     ioc       = new IoC();
     container = new IoCContainerRegistry(ioc);
 }
Example #2
0
 private void Awake()
 {
     this.ioc       = new IoC();
     this.container = new IoCContainerRegistry(this.ioc);
 }