Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INamedNode.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public interface INamedNode
11 {
15 string Name
16 {
17 get;
18 }
19 }
20}