Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MyEDalerWalletPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class MyEDalerWalletPage
10 {
15 {
16 this.ContentPageModel = new MyWalletViewModel(ServiceRef.UiService.PopLatestArgs<WalletNavigationArgs>());
17 this.InitializeComponent();
18 }
19 }
20}
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
A page that allows the user to view the contents of its eDaler wallet, pending payments and recent ac...
MyEDalerWalletPage()
Creates a new instance of the MyEDalerWalletPage class.
Holds navigation parameters specific to the eDaler wallet.
partial class MyWalletViewModel(WalletNavigationArgs? Args)
The view model to bind to for when displaying the wallet.