Esempio n. 1
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;
            }
        }
Esempio n. 2
0
 public void SelectReview()
 {
     SelectCheckBox.Click();
 }