Ejemplo n.º 1
0
 private void AddIncentiveView(OpportunitiesView view, Incentive incentive)
 {
     using (UserDialogs.Instance.Loading("loading"))
     {
         ContentStackLayout.Children.Clear();
         var view1 = new OpportunityDetailView(incentive);
         view1.InitOpportunitiesDetail();
         ContentStackLayout.Children.Add(view1);
     }
 }
Ejemplo n.º 2
0
 private async void AddMainOpportunity(OpportunityDetailView view)
 {
     await GetOppView();
 }