/// <summary>
 /// set up the eventlistener to act when the station list in PageModel changed
 /// gets the PageModel
 /// </summary>
 protected override void OnAppearing()
 {
     model = (MonitoringPluginPageModel)this.BindingContext;
     addDatapoints_Button.Command = AddDatapoints;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// set up the eventlistener to act when the station list in PageModel changed
 /// gets the PageModel
 /// </summary>
 protected override void OnAppearing()
 {
     model = (MonitoringPluginPageModel)this.BindingContext;
 }