Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmbeddedLayoutPage.xaml.cs
1using System;
3using System.Text;
6
8{
12 public partial class EmbeddedLayoutPage
13 {
18 {
19 this.InitializeComponent();
20 this.ContentPageModel = new EmbeddedLayoutViewModel(ServiceRef.NavigationService.PopLatestArgs<EmbeddedLayoutNavigationArgs>());
21 }
22 }
23}
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
Navigation arguments used when navigating to the embedded layout page.
EmbeddedLayoutPage()
Initializes a new instance of the EmbeddedLayoutPage class.
View model for displaying a rendered embedded layout associated with a token.