Ejemplo n.º 1
0
        protected override Task TryActivateAsync()
        {
            CardsPlayerViewModel model = (CardsPlayerViewModel)BindingContext;

            _list.LoadLists(model.CardList1);
            return(this.RefreshBindingsAsync(_aggregator));
        }
Ejemplo n.º 2
0
        Task IUIView.TryActivateAsync()
        {
            CardsPlayerViewModel model = (CardsPlayerViewModel)DataContext;

            _list.LoadLists(model.CardList1);
            return(Task.CompletedTask);
        }