public OxyPlotGenericView(OxyPlotGenericViewModel vm)
 {
     InitializeComponent();
     this.BindingContext = vm;
 }
Ejemplo n.º 2
0
 async Task MostrarOxyPlotChart(OxyPlotGenericViewModel vm)
 {
     await Navigation.PushAsync(new OxyPlotGenericView(vm));
 }