Prizm.Main.Forms.Settings.ExtractCategoriesCommand.Execute C# (CSharp) Method

Execute() private method

private Execute ( ) : void
return void
        public void Execute()
        {
            viewModel.CategoryTypes
                = new BindingList<Category>(repos.СategoryRepo.GetAll());
        }