Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RequestPaymentPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class RequestPaymentPage
10 {
15 {
16 this.ContentPageModel = new RequestPaymentViewModel(this, ServiceRef.UiService.PopLatestArgs<EDalerBalanceNavigationArgs>());
17 this.InitializeComponent();
18 }
19
23 public async Task ShowQrCode()
24 {
25 await this.ScrollView.ScrollToAsync(this.ShareExternalButton, ScrollToPosition.MakeVisible, true);
26 }
27 }
28}
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 an eDaler balance event.
A page that displays information about eDaler received.
RequestPaymentPage()
Creates a new instance of the RequestPaymentPage class.