예제 #1
0
 private static void AddCenterLine(int current, int distance)
 {
     Returns.Add(LineBuilder.BuildCenterLine(current, distance));
 }