Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IsFriendPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class IsFriendPage
10 {
14 public IsFriendPage()
15 {
16 this.ContentPageModel = new IsFriendViewModel(ServiceRef.NavigationService.PopLatestArgs<IsFriendNavigationArgs>());
17 this.InitializeComponent();
18 }
19 }
20}
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
Holds navigation parameters specific to displaying the is-friend provisioning question.
A page that asks the user if a remote entity is allowed to connect to a device.
IsFriendPage()
Creates a new instance of the IsFriendPage class.
The view model to bind to when displaying a thing.