Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
WalletPage.xaml.cs
2{
6 public partial class WalletPage
7 {
11 public WalletPage(WalletViewModel ViewModel)
12 {
13 this.BindingContext = ViewModel;
14 this.InitializeComponent();
15 }
16 }
17}
A page that allows the user to view the contents of its eDaler wallet, pending payments and recent ac...
WalletPage(WalletViewModel ViewModel)
Creates a new instance of the MyEDalerWalletPage class.
ViewModel for the Wallet page, handling balance display, buy flow, and related navigation.