Пример #1
0
 public void recherche()
 {
     if (champRecherche.text != "")
     {
         section = DisplaySection.Search;
         refreshDisplay();
     }
 }
Пример #2
0
 public void showFriends()
 {
     section = DisplaySection.Friends;
     refreshDisplay();
 }
Пример #3
0
 public void browseAll()
 {
     section = DisplaySection.Browse;
     refreshDisplay();
 }
        void ReleaseDesignerOutlets()
        {
            if (BottomConstraint != null)
            {
                BottomConstraint.Dispose();
                BottomConstraint = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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