Пример #1
0
        protected void unBlockGesture(GestureTypes type)
        {
            BehaviorHand behavior = (BehaviorHand)_listActiveGestures [type];

            behavior.UnBlockGesture();
        }
Пример #2
0
        protected void unBlockCurrentGesture()
        {
            BehaviorHand behavior = (BehaviorHand)_listActiveGestures [_currentType];

            behavior.UnBlockGesture();
        }