Ejemplo n.º 1
0
 public void ContinueToProductList()
 {
     if (ProductListViewModel == null)
     {
         ProductListViewModel = new ProductListViewModelDesign();                               // TODO: Once ProductListViewModel has runtime data, instantiate that instead of ProductListViewModelDesign
     }
     // Any actions to update the viewmodel go here
     RunOnUIThread(() => _navigator.NavigateToProductListView());
 }