mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-22 18:49:44 +00:00
9 lines
100 B
C#
9 lines
100 B
C#
namespace Daybreak.Models;
|
|
|
|
public enum WindowState
|
|
{
|
|
Normal,
|
|
Minimized,
|
|
Maximized
|
|
}
|