9 lines
131 B
C#
9 lines
131 B
C#
|
|
namespace TheXamlGuy.NotificationFlyout.Common.Helpers
|
|
{
|
|
public enum SystemTheme
|
|
{
|
|
Dark,
|
|
Light,
|
|
}
|
|
} |