Exemplo n.º 1
0
        protected new void _Cancel()
        {
            if (m_chosenCommand != null && m_chosenCommand.IsRunning())
            {
                m_chosenCommand.Cancel();
            }

            base._Cancel();
        }