fix: 修复屏幕无法关闭

This commit is contained in:
niuzhix
2025-08-01 20:01:06 +08:00
parent bda3fae484
commit 2de567bee3
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ namespace CRSim.ScreenSimulator.Views
private void Close(object sender, MouseButtonEventArgs e)
{
Close();
}
}
}

View File

@@ -69,7 +69,7 @@ public partial class StationManagementPageViewModel : ObservableObject
});
}
#region Station
#region Station
public void RefreshStations()
{
var stationsList = _databaseService.GetAllStations();