コード例 #1
0
 public OxyPlotGenericView(OxyPlotGenericViewModel vm)
 {
     InitializeComponent();
     this.BindingContext = vm;
 }
コード例 #2
0
ファイル: MenuView.xaml.cs プロジェクト: nomada2/MobileCharts
 async Task MostrarOxyPlotChart(OxyPlotGenericViewModel vm)
 {
     await Navigation.PushAsync(new OxyPlotGenericView(vm));
 }