Exemplo n.º 1
0
 public void Disconnect(IYse.IHandle from, int outlet, IYse.IHandle to, int inlet)
 {
     base.Disconnect(((Handle)from).GetSource(), outlet, ((Handle)to).GetSource(), inlet);
 }
Exemplo n.º 2
0
 public void DeleteObject(IYse.IHandle handle)
 {
     base.DeleteObject(((Handle)handle).GetSource());
 }
Exemplo n.º 3
0
 public void Connect(IYse.IHandle from, int pinOut, IYse.IHandle to, int pinIn)
 {
     base.Connect(((Handle)from).GetSource(), pinOut, ((Handle)to).GetSource(), pinIn);
 }