Esempio n. 1
0
		// 設定演算法
		public void SetStrategy( Strategy theStrategy  )
		{
			m_Strategy = theStrategy;
		}