コード例 #1
0
ファイル: NodeLabel.cs プロジェクト: Foxious/phEngine
 public void RemoveConnection(InLabel connection)
 {
     connections.Remove(connection);
 }
コード例 #2
0
ファイル: NodeLabel.cs プロジェクト: Foxious/phEngine
 public void AddConnection(InLabel connection)
 {
     connections.Add(connection);
 }