mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 06:53:50 +02:00
10 lines
136 B
C#
10 lines
136 B
C#
namespace ModernWpfPlayground
|
|
{
|
|
public enum AccentColor
|
|
{
|
|
Green,
|
|
Yellow,
|
|
Blue,
|
|
Purple
|
|
}
|
|
} |