UI threading work

This commit is contained in:
TheXamlGuy
2024-01-13 13:47:26 +00:00
parent 70e0ae9492
commit 66f4bb8757
5 changed files with 35 additions and 5 deletions
@@ -0,0 +1,8 @@
using Hyperbar.Windows.Controls;
namespace Hyperbar.Windows;
public class AppConfiguration
{
public DesktopFlyoutPlacement Placement { get; set; }
}