示例#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();
        }