Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmptyViewModel.cs
2{
6 public partial class EmptyViewModel : BaseViewModel
7 {
12 : base()
13 {
14 }
15 }
16}
A base class for all view models, inheriting from the BindableObject. NOTE: using this class requir...