Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransactionPopup.xaml.cs
1using System;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
8
10{
11 public partial class TransactionPopup
12 {
14 {
15 BasePopupViewModel ViewModel = new TransactionPopupViewModel(Event);
16
17 this.InitializeComponent();
18 this.BindingContext = ViewModel;
19 }
20
21 public TransactionPopup()
22 {
23 this.InitializeComponent();
24 }
25 }
26}
Base class for popup view models/>.
partial class TransactionEventItem(AccountEventModel accountEvent, string friendlyName, string currency, string? transactionType)
Presentation model for a transaction event in history (no notification support).