Set up IHostEnvironment

This commit is contained in:
dan_clark@outlook.com
2022-03-27 15:44:43 +01:00
parent 6f20f5d1ba
commit 40d8caf1e0
39 changed files with 478 additions and 209 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace TheXamlGuy.TaskbarGroup.Core
public struct TaskbarState
{
public TaskbarPlacement Placement;
public Rect Rect;
public Windows.Foundation.Rect Rect;
public Screen Screen;
}
}