Пример #1
0
        public SimpleEnumPickerVM(CommandContainer container, IEnumListClass <E> thisChoice) : base(container)
        {
            _thisChoice = thisChoice;
            LoadEntireList();
            MethodInfo method = this.GetPrivateMethod(nameof(ProcessClickAsync));

            EnumChosenCommand = new ControlCommand(this, method, container);
        }
 public BoardGamesColorPicker(CommandContainer command, IEnumListClass <E> choice) : base(command, choice)
 {
 }