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