Esempio n. 1
0
 public void VisitWireTerminal(WireTerminal wireTerminal)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 /// <summary>
 /// Auto layout the branch of the given wire, of which the termianl is a part.
 /// </summary>
 /// <param name="terminal">The terminal.</param>
 /// <param name="wire">The wire.</param>
 public void CleanUpBranch(WireTerminal terminal, Wire wire)
 {
 }