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