Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CreateAccountView.xaml.cs
2{
3 public partial class CreateAccountView
4 {
5 public static CreateAccountView Create()
6 {
7 return Create<CreateAccountView>();
8 }
10 {
11 this.InitializeComponent();
12 this.ContentViewModel = ViewModel;
13 }
14 }
15}