BudgetAnalyser.LedgerBook.LedgerBookUserControl.DynamicallyCreateLedgerBookGrid C# (CSharp) Метод

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

private DynamicallyCreateLedgerBookGrid ( ) : void
Результат void
        private void DynamicallyCreateLedgerBookGrid()
        {
            ILedgerBookGridBuilder builder = Controller.GridBuilder();
            builder.BuildGrid(Controller.ViewModel.LedgerBook, Resources, this.LedgerBookPanel, Controller.NumberOfMonthsToShow);
        }