Exemplo n.º 1
0
 public RoundaboutIP()
 {
     Connections = new Connections_(new ConnectionsProps
     {
         Peer = this
     });
     CanInlineRule = true;
     UniqueId      = "uniqueid-2";
 }
Exemplo n.º 2
0
 public SomeIP()
 {
     Connections = new Connections_(new ConnectionsProps
     {
         Peer = this
     });
     CanInlineRule = true;
     UniqueId      = "uniqueid";
 }