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

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

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

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

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

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

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

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

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

            if (TableViewHeightConstraint != null)
            {
                TableViewHeightConstraint.Dispose();
                TableViewHeightConstraint = null;
            }
        }
 partial void Save_Tapped(Helseboka.iOS.Common.View.MediumActionButton sender);