mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-06 17:53:17 +08:00
fix: 地铁屏无法启动
This commit is contained in:
@@ -19,6 +19,7 @@ namespace CRSim.ScreenSimulator.ViewModels
|
||||
private string _text;
|
||||
[ObservableProperty]
|
||||
private Uri _video;
|
||||
public System.Windows.Threading.Dispatcher UIDispatcher { get; set; }
|
||||
public List<TrainInfo> TrainInfos { get; set; } = [];
|
||||
public MetroPlatformScreenViewModel(ITimeService timeService, ISettingsService settingsService)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user