Ejemplo n.º 1
0
        public TreasureDefenseGameEditorControl(TreasureDefenseGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new TreasureDefenseGameEditorControlViewModel(command);
        }
Ejemplo n.º 2
0
        public TreasureDefenseGameEditorControl(UserCurrencyViewModel currency)
        {
            InitializeComponent();

            this.viewModel = new TreasureDefenseGameEditorControlViewModel(currency);
        }