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

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

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

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

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

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

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

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

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

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

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

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

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

            if (LanguageButton != null)
            {
                LanguageButton.Dispose();
                LanguageButton = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (CloseSessionButton != null)
     {
         CloseSessionButton.Dispose();
         CloseSessionButton = null;
     }
     if (FlushButton != null)
     {
         FlushButton.Dispose();
         FlushButton = null;
     }
     if (HTTPClientButton != null)
     {
         HTTPClientButton.Dispose();
         HTTPClientButton = null;
     }
     if (LogEventWithTagButton != null)
     {
         LogEventWithTagButton.Dispose();
         LogEventWithTagButton = null;
     }
     if (LogHandledException1Button != null)
     {
         LogHandledException1Button.Dispose();
         LogHandledException1Button = null;
     }
     if (LogHandledException2Button != null)
     {
         LogHandledException2Button.Dispose();
         LogHandledException2Button = null;
     }
     if (ModernHttpClientButton != null)
     {
         ModernHttpClientButton.Dispose();
         ModernHttpClientButton = null;
     }
     if (NSUrlConnectionButton != null)
     {
         NSUrlConnectionButton.Dispose();
         NSUrlConnectionButton = null;
     }
     if (NSUrlSessionButton != null)
     {
         NSUrlSessionButton.Dispose();
         NSUrlSessionButton = null;
     }
     if (StartSessionButton != null)
     {
         StartSessionButton.Dispose();
         StartSessionButton = null;
     }
     if (StartTransactionButton != null)
     {
         StartTransactionButton.Dispose();
         StartTransactionButton = null;
     }
     if (StopTransactionButton != null)
     {
         StopTransactionButton.Dispose();
         StopTransactionButton = null;
     }
     if (UnobservedTaskButton != null)
     {
         UnobservedTaskButton.Dispose();
         UnobservedTaskButton = null;
     }
     if (WebRequestButton != null)
     {
         WebRequestButton.Dispose();
         WebRequestButton = null;
     }
 }