public GeneralCharts()
 {
     InitializeComponent();
     BindingContext = new GeneralChartsViewModel(Models.CategoryType.General);
 }
 public UserExperienceCharts()
 {
     InitializeComponent();
     BindingContext = new GeneralChartsViewModel(Models.CategoryType.UserExperience);
 }
Beispiel #3
0
 public UserAttentionCharts()
 {
     InitializeComponent();
     BindingContext = new GeneralChartsViewModel(Models.CategoryType.UserAttention);
 }