Exemplo n.º 1
0
        protected void unBlockGesture(GestureTypes type)
        {
            BehaviorHand behavior = (BehaviorHand)_listActiveGestures [type];

            behavior.UnBlockGesture();
        }
Exemplo n.º 2
0
        protected void unBlockCurrentGesture()
        {
            BehaviorHand behavior = (BehaviorHand)_listActiveGestures [_currentType];

            behavior.UnBlockGesture();
        }