fix: 广元站主要看板无法启动

This commit is contained in:
denglihong2007
2025-04-25 17:35:39 +08:00
parent cf1955158a
commit 6c109dde6c
2 changed files with 4 additions and 4 deletions

View File

@@ -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";