Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransactionHistoryPage.xaml.cs
2
4{
8 [XamlCompilation(XamlCompilationOptions.Compile)]
9 public partial class TransactionHistoryPage
10 {
15 {
16 this.ContentPageModel = new TransactionHistoryViewModel();
17 this.InitializeComponent();
18 }
19 }
20}
TransactionHistoryPage()
Creates a new instance of the TransactionHistoryPage class.
View model for the Transaction History page. Loads and pages through eDaler account events.