Exemplo n.º 1
0
        public GamePickerContentsViewModel()
        {
            Games = new ObservableCollection <Game>();

            GameListContent = new GameListViewModel(this);
        }
        public GamePickerContentsViewModel()
        {
            Games = new ObservableCollection<Game>();

            GameListContent = new GameListViewModel(this);
        }