public EditPort(PlatformConstant platform, long specId, SimplePort port) : base(platform, specId) { Port = port; }
public ViewPort(PlatformConstant platform, long specId, SimplePort port) : base(platform, specId, port) { }