Esempio n. 1
0
        void ReleaseDesignerOutlets()
        {
            if (CheckBoxImageView != null)
            {
                CheckBoxImageView.Dispose();
                CheckBoxImageView = null;
            }

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