2using System.Threading.Tasks;
3using CommunityToolkit.Mvvm.ComponentModel;
4using CommunityToolkit.Mvvm.Input;
16 private readonly
string? message = Message;
22 get => this.message ??
"";
28 private async Task Close()
33 protected override Task OnPopAsync()
35 return base.OnPopAsync();
Represents a transaction in the eDaler network.
CaseInsensitiveString Currency
Currency
Base class that references services in the app.
static IPopupService PopupService
Popup service for presenting application popups.