change UI to UI.WinForms
This commit is contained in:
8
Pilz.UI.WinForms.Telerik/Theming/HighContrastMode.cs
Normal file
8
Pilz.UI.WinForms.Telerik/Theming/HighContrastMode.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Pilz.UI.WinForms.Telerik.Theming;
|
||||
|
||||
public enum HighContrastMode
|
||||
{
|
||||
Auto,
|
||||
Enable,
|
||||
Disable,
|
||||
}
|
||||
Reference in New Issue
Block a user