Пример #1
0
 void ContextInterface()//execute
 {
    if (NULL != m_strategy)
    {
       m_strategy->AlgorithmInterface();
    }
 }