Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NotificationsPage.xaml.cs
2
4{
8 public partial class NotificationsPage : BaseContentPage
9 {
15 {
16 this.InitializeComponent();
17 this.BindingContext = ViewModel;
18 }
19 }
20}
A base class for all pages, intended for custom navigation with explicit life-cycle events.
NotificationsPage(NotificationsViewModel ViewModel)
Initializes a new instance of the NotificationsPage class.