Exemplo n.º 1
0
 public EditPort(PlatformConstant platform, long specId, SimplePort port) : base(platform, specId)
 {
     Port = port;
 }
Exemplo n.º 2
0
 public ViewPort(PlatformConstant platform, long specId, SimplePort port) : base(platform, specId, port)
 {
 }