Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LoadedEventArgs.cs
2{
8 public sealed class LoadedEventArgs(bool isLoaded, bool isResuming) : EventArgs
9 {
13 public bool IsLoaded { get; } = isLoaded;
14
18 public bool IsResuming { get; } = isResuming;
19 }
20}