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
1
using
NeuroAccessMaui.Services
;
2
3
namespace
NeuroAccessMaui.UI.Pages.Wallet.SendPayment
4
{
8
[XamlCompilation(XamlCompilationOptions.Compile)]
9
public
partial class
SendPaymentPage
10
{
14
public
SendPaymentPage
()
15
{
16
this.ContentPageModel =
new
EDalerUriViewModel
(
null
,
ServiceRef
.
UiService
.PopLatestArgs<
EDalerUriNavigationArgs
>());
17
this.InitializeComponent();
18
}
19
}
20
}
NeuroAccessMaui.Services.ServiceRef
Base class that references services in the app.
Definition:
ServiceRef.cs:31
NeuroAccessMaui.Services.ServiceRef.UiService
static IUiService UiService
Service serializing and managing UI-related tasks.
Definition:
ServiceRef.cs:55
NeuroAccessMaui.UI.Pages.Wallet.EDalerUriNavigationArgs
Holds navigation parameters specific to eDaler URIs.
Definition:
EDalerUriNavigationArgs.cs:10
NeuroAccessMaui.UI.Pages.Wallet.EDalerUriViewModel
The view model to bind to for when displaying the contents of an eDaler URI.
Definition:
EDalerUriViewModel.cs:22
NeuroAccessMaui.UI.Pages.Wallet.SendPayment.SendPaymentPage
A page that allows the user to realize payments.
Definition:
SendPaymentPage.xaml.cs:10
NeuroAccessMaui.UI.Pages.Wallet.SendPayment.SendPaymentPage.SendPaymentPage
SendPaymentPage()
Creates a new instance of the SendPaymentPage class.
Definition:
SendPaymentPage.xaml.cs:14
NeuroAccessMaui.Services
Definition:
PlatformSpecific.cs:26
NeuroAccessMaui.UI.Pages.Wallet.SendPayment
Definition:
SendPaymentPage.xaml.cs:4
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Wallet
SendPayment
SendPaymentPage.xaml.cs
Generated by
1.9.5