Files
NotificationFlyout/NotificationFlyout.Shared.UI/Helpers/SystemTheme.cs
T
2021-02-07 16:24:20 +00:00

9 lines
123 B
C#

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