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