Esempio n. 1
0
        public HotPotatoGameEditorControl(HotPotatoGameCommand command)
        {
            InitializeComponent();

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

            this.viewModel = new HotPotatoGameEditorControlViewModel(currency);
        }