mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-11 20:29:45 +08:00
fix: 广元站主要看板无法启动
This commit is contained in:
@@ -5,10 +5,10 @@ using System.Windows;
|
||||
using CRSim.Core.Models;
|
||||
namespace CRSim.ScreenSimulator.ViewModels.Guangyuan
|
||||
{
|
||||
public class OutsideScreenViewModel : ScreenViewModel
|
||||
public class PrimaryScreenViewModel : ScreenViewModel
|
||||
{
|
||||
public ObservableCollection<TrainInfo> Screen { get; private set; } = [];
|
||||
public OutsideScreenViewModel(ITimeService timeService, ISettingsService settingsService)
|
||||
public PrimaryScreenViewModel(ITimeService timeService, ISettingsService settingsService)
|
||||
: base(timeService, settingsService)
|
||||
{
|
||||
Text = "成都铁路客服电话:028-12306";
|
||||
|
||||
Reference in New Issue
Block a user