Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ApplicationsPage.xaml.cs
2{
6 public partial class ApplicationsPage
7 {
13 {
14 this.InitializeComponent();
15 this.ContentPageModel = ViewModel;
16 }
17 }
18}
ApplicationsPage(ApplicationsViewModel ViewModel)
Creates a new instance of the ApplicationsPage class.
The view model to bind to for when displaying the applications page.