mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-01 06:06:13 +08:00
fix: 修正被覆盖的更改
This commit is contained in:
@@ -82,7 +82,7 @@ namespace CRSim.ScreenSimulator.ViewModels
|
||||
{
|
||||
ThisStation = station;
|
||||
ThisPlatform = platform;
|
||||
if (ticketCheck != string.Empty) ThisTicketCheck = ticketCheck.Split(" - ")[0];//重复检票口名称的临时解决方案
|
||||
if (ticketCheck != string.Empty) ThisTicketCheck = ticketCheck.Split(" - ")[1];//重复检票口名称的临时解决方案
|
||||
var trains = station.TrainStops;
|
||||
foreach (var trainNumber in trains)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user