BudgetAnalyser.ReportsCatalog.ReportsCatalogController.OnSpendingTrendCommandExecute C# (CSharp) Метод

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

private OnSpendingTrendCommandExecute ( ) : void
Результат void
        private void OnSpendingTrendCommandExecute()
        {
            CurrentMonthBurnDownGraphsController.Load(this.currentStatementModel, this.budgets.CurrentActiveBudget, RequestCurrentFilter(), this.currentLedgerBook);

            this.newWindowViewLoader.MinHeight = this.newWindowViewLoader.Height = 600;
            this.newWindowViewLoader.MinWidth = this.newWindowViewLoader.Width = 600;
            this.newWindowViewLoader.Show(CurrentMonthBurnDownGraphsController);
        }