Beispiel #1
0
        void ReleaseDesignerOutlets()
        {
            if (artistNameView != null)
            {
                artistNameView.Dispose();
                artistNameView = null;
            }

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

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

            if (thumbnailView != null)
            {
                thumbnailView.Dispose();
                thumbnailView = null;
            }
        }
Beispiel #2
0
 void ReleaseDesignerOutlets()
 {
     if (thumbnailView != null)
     {
         thumbnailView.Dispose();
         thumbnailView = null;
     }
 }