예제 #1
0
        private void CommonInit()
        {
            _on      = false;
            _hideBox = false;
            SetStyle();
            InitPathManager();
            InitAnimationManager();
            _handleTapCheckBoxRecognizer = new UITapGestureRecognizer(HandleTapCheckBox);
            AddGestureRecognizer(_handleTapCheckBoxRecognizer);

            _animationDelegate = new MyCaAnimationDelegate(this);
        }
        private void CommonInit()
        {
            _on = false;
            _hideBox = false;
            SetStyle();
            InitPathManager();
            InitAnimationManager();
            _handleTapCheckBoxRecognizer = new UITapGestureRecognizer(HandleTapCheckBox);
            AddGestureRecognizer(_handleTapCheckBoxRecognizer);

            _animationDelegate = new MyCaAnimationDelegate(this);
        }