Exemplo n.º 1
0
        public PickpocketGameEditorControl(PickpocketGameCommand command)
        {
            InitializeComponent();

            this.existingCommand = command;
            this.viewModel       = new PickpocketGameEditorControlViewModel(command);
        }
Exemplo n.º 2
0
        public PickpocketGameEditorControl(UserCurrencyViewModel currency)
        {
            InitializeComponent();

            this.viewModel = new PickpocketGameEditorControlViewModel(currency);
        }