예제 #1
0
		public ConcreteStateC( Context theContext):base(theContext)
		{}
예제 #2
0
		public State(Context theContext)
		{
			m_Context = theContext;
		}