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