Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportSectionCompleted.cs
1using System;
2using System.Xml;
3
5{
10 {
15 {
16 }
17
22 public override void ExportXml(XmlWriter Output)
23 {
24 Output.WriteElementString("SectionEnd", string.Empty);
25 }
26 }
27}
Abstract base class for report elements.
override void ExportXml(XmlWriter Output)
Exports element to XML