BudgetAnalyser.LedgerBook.LedgerTransactionsController.Reset C# (CSharp) Метод

Reset() приватный Метод

private Reset ( ) : void
Результат void
        private void Reset()
        {
            ShowAddingNewTransactionPanel = false;
            this.isAddDirty = false;
            // LedgerEntry = null;    // Dont reset this here.  If the user is adding multiple transactions this will prevent adding any more transactions.
            // this.entryLine = null; // Dont reset this here.  If the user is adding multiple transactions this will prevent adding any more transactions.
            NewTransactionAmount = 0;
            NewTransactionNarrative = null;
            NewTransactionAccount = null;
        }