Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NoteXmlDetail.cs
2
4{
8 public class NoteXmlDetail : NoteDetail
9 {
14 public NoteXmlDetail(NoteXml Event)
15 : base(Event)
16 {
17 }
18 }
19}
An xml note logged on the token.
Definition: NoteXml.cs:9