예제 #1
0
        void ReleaseDesignerOutlets()
        {
            if (DuplicatesButton != null)
            {
                DuplicatesButton.Dispose();
                DuplicatesButton = null;
            }

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

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

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

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

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

            if (OrphansButton != null)
            {
                OrphansButton.Dispose();
                OrphansButton = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (AllButton != null)
            {
                AllButton.Dispose();
                AllButton = null;
            }

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

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

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

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

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

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

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

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

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