Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ServerSignaturePage.xaml.cs
1using System.ComponentModel;
3
5{
9 [DesignTimeVisible(true)]
10 public partial class ServerSignaturePage
11 {
16 {
17 this.ContentPageModel = new ServerSignatureViewModel(ServiceRef.UiService.PopLatestArgs<ServerSignatureNavigationArgs>());
18 this.InitializeComponent();
19 }
20 }
21}
Base class that references services in the app.
Definition: ServiceRef.cs:31
static IUiService UiService
Service serializing and managing UI-related tasks.
Definition: ServiceRef.cs:55
Holds navigation parameters specific to views displaying a server signature.
ServerSignaturePage()
Creates a new instance of the ServerSignaturePage class.
The view model to bind to for when displaying server signatures.