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

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

            this.viewModel = new CoinPusherGameEditorControlViewModel(currency);
        }