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

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

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

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

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

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

            if (status != null)
            {
                status.Dispose();
                status = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (tableView != null) {
				tableView.Dispose ();
				tableView = null;
			}

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

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

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

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

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

			if (status != null) {
				status.Dispose ();
				status = null;
			}
		}
예제 #3
0
 partial void Record(FieldService.iOS.StatusButton sender);
        void ReleaseDesignerOutlets()
        {
            if (accept != null)
            {
                accept.Dispose();
                accept = null;
            }

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

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

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

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

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

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

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

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

            if (status != null)
            {
                status.Dispose();
                status = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (accept != null) {
				accept.Dispose ();
				accept = null;
			}

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

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

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

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

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

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

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

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

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