ContextWindow: Use Task.Run to load data outside main thread
All checks were successful
Test / Run tests (push) Successful in 2m29s
All checks were successful
Test / Run tests (push) Successful in 2m29s
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
xmlns:local="clr-namespace:Elwig.Windows"
|
||||
xmlns:vm="clr-namespace:Elwig.ViewModels"
|
||||
xmlns:ctrl="clr-namespace:Elwig.Controls"
|
||||
Title="Leseplanung - Elwig" Height="600" Width="850" MinHeight="450" MinWidth="800"
|
||||
Loaded="Window_Loaded">
|
||||
Title="Leseplanung - Elwig" Height="600" Width="850" MinHeight="450" MinWidth="800">
|
||||
<Window.DataContext>
|
||||
<vm:DeliveryScheduleAdminViewModel/>
|
||||
</Window.DataContext>
|
||||
|
||||
Reference in New Issue
Block a user