Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CanControlPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class CanControlPage
10 {
15 {
16 this.ContentPageModel = new CanControlViewModel(ServiceRef.UiService.PopLatestArgs<CanControlNavigationArgs>());
17 this.InitializeComponent();
18 }
19 }
20}
Base class that references services in the app.
Definition: ServiceRef.cs:31
static IUiService UiService
Service serializing and managing UI-related tasks.
Definition: ServiceRef.cs:55
Holds navigation parameters specific to displaying the can-control provisioning question.
A page that asks the user if a remote entity is allowed to control the device.
CanControlPage()
Creates a new instance of the CanControlPage class.
The view model to bind to when displaying a thing.