Exemplo n.º 1
0
 public DefaultPortElement(DefaultPortElement other)
 {
     this.Scheme = other.Scheme;
     this.Port   = other.Port;
 }
 public DefaultPortElement(DefaultPortElement other)
 {
     this.Scheme = other.Scheme;
     this.Port = other.Port;
 }