Beispiel #1
0
        public VendingMachineGameEditorControl(VendingMachineGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new VendingMachineGameEditorControlViewModel(command);
        }
Beispiel #2
0
        public VendingMachineGameEditorControl(CurrencyModel currency)
        {
            InitializeComponent();

            this.viewModel = new VendingMachineGameEditorControlViewModel(currency);
        }