Files
Hyperbar/Hyperbar.Windows/Lifecycles/AppConfiguration.cs
T
2024-01-27 10:55:53 +00:00

9 lines
156 B
C#

using Hyperbar.Controls.Windows;
namespace Hyperbar.Windows;
public class AppConfiguration
{
public DesktopBarPlacemenet Placement { get; set; }
}