예제 #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)
 {
 }