Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReadSensorPage.xaml.cs
3
5{
9 [XamlCompilation(XamlCompilationOptions.Compile)]
10 public partial class ReadSensorPage
11 {
16 {
17 this.ContentPageModel = new ReadSensorViewModel(ServiceRef.NavigationService.PopLatestArgs<ViewThingNavigationArgs>());
18 this.InitializeComponent();
19 }
20 }
21}
Base class that references services in the app.
Definition: ServiceRef.cs:43
static INavigationService NavigationService
The navigation service for navigating between pages.
Definition: ServiceRef.cs:178
A page that displays sensor data from a sensor.
ReadSensorPage()
Creates a new instance of the ReadSensorPage class.
The view model to bind to when displaying a thing.
Holds navigation parameters specific to viewing things.