コード例 #1
0
 public void RemovePort(Port port)
 {
     Ports.Remove(port);
 }
コード例 #2
0
 public void AddPort(Port port)
 {
     Ports.Add(port);
 }