Files
NotificationFlyout/src/NotificationFlyout.Wpf.UI/Helpers/SystemTheme.cs
T
2021-02-12 23:23:41 +00:00

8 lines
119 B
C#

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