Exemplo n.º 1
0
        public CoinPusherGameEditorControl(CoinPusherGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new CoinPusherGameEditorControlViewModel(this.existingCommand);
        }
Exemplo n.º 2
0
        public CoinPusherGameEditorControl(UserCurrencyViewModel currency)
        {
            InitializeComponent();

            this.viewModel = new CoinPusherGameEditorControlViewModel(currency);
        }