Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DurationNavigationArgs.cs
3
5{
10 public class DurationNavigationArgs(CompositeEntry? Entry) : NavigationArgs
11 {
15 public DurationNavigationArgs()
16 : this(null)
17 {
18 }
19
23 public CompositeEntry? Entry { get; } = Entry;
24 }
25}
An base class holding page specific navigation parameters.
A customizable entry control that allows setting views on the left and right sides of the entry.