Ejemplo n.º 1
0
		public ConcreteStateC( Context theContext):base(theContext)
		{}
Ejemplo n.º 2
0
		public State(Context theContext)
		{
			m_Context = theContext;
		}