Files
NotificationFlyout/NotificationFlyout.Wpf.UI/Helpers/SystemTheme.cs
T
Daniel Clark 45a9eb9cd2 init
2021-02-05 01:39:51 +00:00

9 lines
119 B
C#

namespace NotificationFlyout.Wpf.UI.Helpers
{
public enum SystemTheme
{
Dark,
Light
}
}