Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MyContactsPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class MyContactsPage
10 {
15 {
16 this.ContentPageModel = new ContactListViewModel(ServiceRef.NavigationService.PopLatestArgs<ContactListNavigationArgs>());
17 this.InitializeComponent();
18 }
19 }
20}
Base class that references services in the app.
Definition: ServiceRef.cs:43
static INavigationService NavigationService
The navigation service for navigating between pages.
Definition: ServiceRef.cs:178
Holds navigation parameters specific to views displaying a list of contacts.
The view model to bind to when displaying the list of contacts.
A page that displays a list of the current user's contacts.
MyContactsPage()
Creates a new instance of the MyContactsPage class.