コード例 #1
0
 public EditPort(PlatformConstant platform, long specId, SimplePort port) : base(platform, specId)
 {
     Port = port;
 }
コード例 #2
0
 public ViewPort(PlatformConstant platform, long specId, SimplePort port) : base(platform, specId, port)
 {
 }