Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransferIdentityPage.xaml.cs
2
4{
8 public partial class TransferIdentityPage
9 {
14 {
15 this.InitializeComponent();
16 this.ContentPageModel = new TransferIdentityViewModel(ServiceRef.NavigationService.PopLatestArgs<TransferIdentityNavigationArgs>());
17 }
18 }
19}
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 to display when the user wants to transfer an identity.
TransferIdentityPage()
Creates a new instance of the TransferIdentityPage class.