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
1
using
NeuroAccessMaui.UI.Pages
;
2
3
namespace
NeuroAccessMaui.UI.Pages.Notifications
4
{
8
public
partial class
NotificationsPage
:
BaseContentPage
9
{
14
public
NotificationsPage
(
NotificationsViewModel
ViewModel)
15
{
16
this.InitializeComponent();
17
this.BindingContext = ViewModel;
18
}
19
}
20
}
NeuroAccessMaui.UI.Pages.BaseContentPage
A base class for all pages, intended for custom navigation with explicit life-cycle events.
Definition:
BaseContentPage.cs:15
NeuroAccessMaui.UI.Pages.Notifications.NotificationsPage
Notifications page.
Definition:
NotificationsPage.xaml.cs:9
NeuroAccessMaui.UI.Pages.Notifications.NotificationsPage.NotificationsPage
NotificationsPage(NotificationsViewModel ViewModel)
Initializes a new instance of the NotificationsPage class.
Definition:
NotificationsPage.xaml.cs:14
NeuroAccessMaui.UI.Pages.Notifications.NotificationsViewModel
View model for notifications page.
Definition:
NotificationsViewModel.cs:22
NeuroAccessMaui.UI.Pages.Notifications
Definition:
ContextualDateConverter.cs:12
NeuroAccessMaui.UI.Pages
Definition:
ApplicationsPage.xaml.cs:2
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Notifications
NotificationsPage.xaml.cs
Generated by
1.9.5