예제 #1
0
        private void roundedViews()
        {
            NumberConfirmView.StyleCircle(UIColor.White, UIColor.White, 0);
            NumberRequestView.StyleCircle(UIColor.White, UIColor.White, 0);
            DownloadNumberView.StyleCircle(UIColor.White, UIColor.White, 0);

            NumberConfirmView.setDownBorderShadow();
            NumberRequestView.setDownBorderShadow();
            DownloadNumberView.setDownBorderShadow();
        }
예제 #2
0
        void ReleaseDesignerOutlets()
        {
            if (AlarmRequestLabel1 != null)
            {
                AlarmRequestLabel1.Dispose();
                AlarmRequestLabel1 = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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