public MCCircuit connect(IMCObject a, IMCObject b) { throw new NotImplementedException(); }
public MCWire(IMCObject obj, WireDirection dir) { this._base_object = obj; this.connected_wire = null; this.dir = dir; }