//	PUBLIC
		void Awake()
		{
			context = new StrangeIoCTemplateContext(this, true);
			context.Start ();
		}
Ejemplo n.º 2
0
 //	PUBLIC
 void Awake()
 {
     context = new StrangeIoCTemplateContext(this, true);
     context.Start();
 }