Example #1
0
        public SpinGameEditorControl(SpinGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new SpinGameEditorControlViewModel(command);
        }
Example #2
0
        public SpinGameEditorControl(CurrencyModel currency)
        {
            InitializeComponent();

            this.viewModel = new SpinGameEditorControlViewModel(currency);
        }