Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MyTokensNavigationArgs.cs
3
5{
10 {
15 {
16 this.TokenItemProvider = new();
17 }
18
22 public TaskCompletionSource<TokenItem?> TokenItemProvider { get; internal set; }
23 }
24}
An base class holding page specific navigation parameters.
TaskCompletionSource< TokenItem?> TokenItemProvider
Task completion source; can be used to wait for a result.
MyTokensNavigationArgs()
Creates a new instance of the MyTokensNavigationArgs class.