コード例 #1
0
        void ReleaseDesignerOutlets()
        {
            if (AboutImageView != null)
            {
                AboutImageView.Dispose();
                AboutImageView = null;
            }

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

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

            if (VersionLabel != null)
            {
                VersionLabel.Dispose();
                VersionLabel = null;
            }
        }
コード例 #2
0
        void ReleaseDesignerOutlets()
        {
            if (AppNameLabel != null)
            {
                AppNameLabel.Dispose();
                AppNameLabel = null;
            }

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

            if (ViewGroupsButton != null)
            {
                ViewGroupsButton.Dispose();
                ViewGroupsButton = null;
            }
        }
コード例 #3
0
        void ReleaseDesignerOutlets()
        {
            if (AppNameLabel != null)
            {
                AppNameLabel.Dispose();
                AppNameLabel = null;
            }

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

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

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

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

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