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

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

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

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

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

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

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

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

            if (CompetitionThirdCyclerFlag != null)
            {
                CompetitionThirdCyclerFlag.Dispose();
                CompetitionThirdCyclerFlag = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (CompetitionDateLabel != null)
            {
                CompetitionDateLabel.Dispose();
                CompetitionDateLabel = null;
            }

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

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