示例#1
0
 public void RemoveWire(DrawableWire wire)
 {
     if (AllWires.Contains(wire))
     {
         AllWires.Remove(wire);
     }
 }