예제 #1
0
파일: Street.cs 프로젝트: asdasd07/Traffic
 /// <summary>
 /// The method is responsible for calculating the connected junction
 /// </summary>
 public void RecalcJunction()
 {
     from.Calculate();
     to.Calculate();
 }