Example #1
0
        public VolcanoGameEditorControl(VolcanoGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new VolcanoGameEditorControlViewModel(command);
        }
Example #2
0
        public VolcanoGameEditorControl(CurrencyModel currency)
        {
            InitializeComponent();

            this.viewModel = new VolcanoGameEditorControlViewModel(currency);
        }