Esempio n. 1
0
 /// <summary>
 /// The method is responsible for calculating the connected junction
 /// </summary>
 public void RecalcJunction()
 {
     from.Calculate();
     to.Calculate();
 }