コード例 #1
0
        public override void ViewDidLoad()
        {
            XamagonImageView.AddGestureRecognizer(_xamagonTapGestureRecognizer);
            XamagonImageView.UserInteractionEnabled = true;
            XamagonLabel.Text = LabelConstants.AnimationLabelText;

            DeleteButton.Hidden  = true;
            DeleteButton.Enabled = false;
        }
コード例 #2
0
        void ReleaseDesignerOutlets()
        {
            if (DeleteButton != null)
            {
                DeleteButton.Dispose();
                DeleteButton = null;
            }

            if (XamagonImageView != null)
            {
                XamagonImageView.Dispose();
                XamagonImageView = null;
            }

            if (XamagonLabel != null)
            {
                XamagonLabel.Dispose();
                XamagonLabel = null;
            }
        }