Ejemplo n.º 1
0
        public VendingMachineGameEditorControl(VendingMachineGameCommand command)
        {
            InitializeComponent();

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

            this.viewModel = new VendingMachineGameEditorControlViewModel(currency);
        }