Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SendPaymentPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class SendPaymentPage
10 {
15 {
16 this.ContentPageModel = new EDalerUriViewModel(null, ServiceRef.NavigationService.PopLatestArgs<EDalerUriNavigationArgs>());
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 eDaler URIs.
The view model to bind to for when displaying the contents of an eDaler URI.
A page that allows the user to realize payments.
SendPaymentPage()
Creates a new instance of the SendPaymentPage class.