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

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

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

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

            if (Overlay != null)
            {
                Overlay.Dispose();
                Overlay = null;
            }
        }
Beispiel #2
0
        void ReleaseDesignerOutlets()
        {
            if (MedicineNameLabel != null)
            {
                MedicineNameLabel.Dispose();
                MedicineNameLabel = null;
            }

            if (ReminderLabel != null)
            {
                ReminderLabel.Dispose();
                ReminderLabel = null;
            }
        }
Beispiel #3
0
        void ReleaseDesignerOutlets()
        {
            if (AlarmImageView != null)
            {
                AlarmImageView.Dispose();
                AlarmImageView = null;
            }

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

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

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

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

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

            if (ViewLeadingConstraintToCheckBox != null)
            {
                ViewLeadingConstraintToCheckBox.Dispose();
                ViewLeadingConstraintToCheckBox = null;
            }
        }
Beispiel #4
0
        void ReleaseDesignerOutlets()
        {
            if (MedicineNameLabel != null)
            {
                MedicineNameLabel.Dispose();
                MedicineNameLabel = null;
            }

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

            if (ScrollViewHeightConstraint != null)
            {
                ScrollViewHeightConstraint.Dispose();
                ScrollViewHeightConstraint = null;
            }
        }
Beispiel #5
0
        void ReleaseDesignerOutlets()
        {
            if (AddToMyProfileButton != null)
            {
                AddToMyProfileButton.Dispose();
                AddToMyProfileButton = null;
            }

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

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

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

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

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

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

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

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

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