コード例 #1
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;
     addDatapoints_Button.Command = AddDatapoints;
 }
コード例 #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;
 }