コード例 #1
0
		void ReleaseDesignerOutlets ()
		{
			if (CollectionViewFlow != null) {
				CollectionViewFlow.Dispose ();
				CollectionViewFlow = null;
			}
		}
コード例 #2
0
 void ReleaseDesignerOutlets()
 {
     if (CollectionViewFlow != null)
     {
         CollectionViewFlow.Dispose();
         CollectionViewFlow = null;
     }
 }
コード例 #3
0
        void ReleaseDesignerOutlets()
        {
            if (CalendarCollectionView != null)
            {
                CalendarCollectionView.Dispose();
                CalendarCollectionView = null;
            }

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

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

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

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

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

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

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

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

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

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