コード例 #1
0
        public RouletteGameEditorControl(RouletteGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new RouletteGameEditorControlViewModel(command);
        }
コード例 #2
0
        public RouletteGameEditorControl(CurrencyModel currency)
        {
            InitializeComponent();

            this.viewModel = new RouletteGameEditorControlViewModel(currency);
        }