public CoinPusherGameEditorControl(CoinPusherGameCommand command) { InitializeComponent(); this.existingCommand = command; this.viewModel = new CoinPusherGameEditorControlViewModel(this.existingCommand); }
public CoinPusherGameEditorControl(UserCurrencyViewModel currency) { InitializeComponent(); this.viewModel = new CoinPusherGameEditorControlViewModel(currency); }