コード例 #1
0
		//	PUBLIC
		void Awake()
		{
			context = new StrangeIoCTemplateContext(this, true);
			context.Start ();
		}
コード例 #2
0
 //	PUBLIC
 void Awake()
 {
     context = new StrangeIoCTemplateContext(this, true);
     context.Start();
 }