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.UiService.PopLatestArgs<TransferIdentityNavigationArgs>());
17 }
18 }
19}
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
A page to display when the user wants to transfer an identity.
TransferIdentityPage()
Creates a new instance of the TransferIdentityPage class.