Files
NotificationFlyout/src/TheXamlGuy.NotificationFlyout.Common/Helpers/SystemTheme.cs
T
2021-02-15 12:21:59 +00:00

9 lines
131 B
C#

namespace TheXamlGuy.NotificationFlyout.Common.Helpers
{
public enum SystemTheme
{
Dark,
Light,
}
}