mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-08 02:25:35 +08:00
@@ -108,6 +108,8 @@ namespace CRSim.Views
|
||||
{
|
||||
Platforms.Add(s);
|
||||
}
|
||||
PlatformComboBox.SelectedIndex = Platforms.IndexOf(stationStop.Platform);
|
||||
LandmarkComboBox.SelectedIndex = stationStop.Landmark == null ? 0 : Landmarks.IndexOf(stationStop.Landmark);
|
||||
ValidateInput();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user