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

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

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

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

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

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

            if (WithdrawlButton != null)
            {
                WithdrawlButton.Dispose();
                WithdrawlButton = null;
            }
        }
示例#2
0
        void ReleaseDesignerOutlets()
        {
            if (BadgeText != null)
            {
                BadgeText.Dispose();
                BadgeText = null;
            }

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

            if (LastUpdateLabel != null)
            {
                LastUpdateLabel.Dispose();
                LastUpdateLabel = null;
            }
        }
示例#3
0
        void ReleaseDesignerOutlets()
        {
            if (AccountNumberLabel != null)
            {
                AccountNumberLabel.Dispose();
                AccountNumberLabel = null;
            }

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

            if (ProductLabel != null)
            {
                ProductLabel.Dispose();
                ProductLabel = null;
            }
        }
示例#4
0
        void ReleaseDesignerOutlets()
        {
            if (BalanceLabel != null)
            {
                BalanceLabel.Dispose();
                BalanceLabel = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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