Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ApplyIdPage.xaml.cs
2{
6 public partial class ApplyIdPage
7 {
12 public ApplyIdPage(ApplyIdViewModel ViewModel)
13 {
14 this.InitializeComponent();
15 this.ContentPageModel = ViewModel;
16 }
17 }
18}
Page allowing the user to apply for a Personal ID.
ApplyIdPage(ApplyIdViewModel ViewModel)
Creates a new instance of the ApplyIdPage class.
The view model to bind to for when displaying the an application for a Personal ID.