mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-04 08:06:25 +08:00
fix: 修复屏幕无法关闭
This commit is contained in:
@@ -44,6 +44,7 @@ namespace CRSim.ScreenSimulator.Views
|
||||
|
||||
private void Close(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ public partial class StationManagementPageViewModel : ObservableObject
|
||||
});
|
||||
}
|
||||
|
||||
#region Station
|
||||
#region Station
|
||||
public void RefreshStations()
|
||||
{
|
||||
var stationsList = _databaseService.GetAllStations();
|
||||
|
||||
Reference in New Issue
Block a user