Ejemplo n.º 1
0
        void ReleaseDesignerOutlets()
        {
            if (FilenameLabel != null)
            {
                FilenameLabel.Dispose();
                FilenameLabel = null;
            }

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