コード例 #1
0
        public BidGameEditorControl(BidGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new BidGameEditorControlViewModel(this.existingCommand);
        }
コード例 #2
0
        public BidGameEditorControl(UserCurrencyViewModel currency)
        {
            InitializeComponent();

            this.viewModel = new BidGameEditorControlViewModel(currency);
        }