Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransferIdentityNavigationArgs.cs
2
4{
9 public class TransferIdentityNavigationArgs(string? Uri) : NavigationArgs
10 {
14 public TransferIdentityNavigationArgs()
15 : this(null)
16 {
17 }
18
22 public string? Uri { get; } = Uri;
23 }
24}
An base class holding page specific navigation parameters.