mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 23:42:00 +02:00
8 lines
104 B
C#
8 lines
104 B
C#
namespace RemSox.UI.GUI.Windows;
|
|
|
|
public enum WindowLayer
|
|
{
|
|
Background,
|
|
Normal,
|
|
Foreground
|
|
} |