Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PersonalAddressInfoView.xaml.cs
2{
3 public partial class PersonalAddressInfoView
4 {
5 public static PersonalAddressInfoView Create()
6 {
7 return Create<PersonalAddressInfoView>();
8 }
9
11 {
12 this.InitializeComponent();
13 this.ContentViewModel = ViewModel;
14 }
15 }
16}
The view model to bind to when displaying petitioning of an identity in a view or page.