예제 #1
0
        internal static TrainTime GetTrainTimeAt(TimeOfDay time, int?footnoteCount = null)
        {
            TrainTime tt = new TrainTime {
                Time = time.Copy()
            };

            return(AddFootnotesToTrainTime(tt, footnoteCount));
        }