Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ClientSignaturePage.xaml.cs
1using System.ComponentModel;
3
5{
9 [DesignTimeVisible(true)]
10 public partial class ClientSignaturePage
11 {
16 {
17 this.ContentPageModel = new ClientSignatureViewModel(ServiceRef.NavigationService.PopLatestArgs<ClientSignatureNavigationArgs>());
18 this.InitializeComponent();
19 }
20 }
21}
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 client signature.
ClientSignaturePage()
Creates a new instance of the ClientSignaturePage class.
The view model to bind to for when displaying client signatures.