Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CodeScannedEventArgs.cs
2{
6 public sealed class CodeScannedEventArgs(string Url) : EventArgs
7 {
11 public string Url { get; } = Url;
12 }
13}