BudgetAnalyser.ReportsCatalog.BurnDownGraphs.CurrentMonthBurnDownGraphsController.OnRemoveChartCommandExecuted C# (CSharp) 메소드

OnRemoveChartCommandExecuted() 개인적인 메소드

private OnRemoveChartCommandExecuted ( ) : void
리턴 void
        private void OnRemoveChartCommandExecuted()
        {
            ChartControllers.Remove(SelectedChart);
            this.chartsService.RemoveCustomChart(SelectedChart.ChartTitle);
        }