Exemple #1
0
 public Node(string location, string name, Address[] address, string ident, NodeCategoryEnum category)
     : this(location, name, address)
 {
     this.ident    = string.IsNullOrEmpty(ident) ? "0" : ident;
     this.category = category;
 }
 public Node(string location, string name, Address[] address, string ident, NodeCategoryEnum category)
     : this(location, name, address)
 {
     this.ident = string.IsNullOrEmpty(ident) ? "0" : ident;
     this.category = category;
 }