Files
2022-11-01 15:26:08 +00:00

11 lines
183 B
C#

namespace WeddingBooth.LifeCycles
{
public class StartupConfiguration
{
public bool FullScreen { get; set; }
public string? Display { get; set; }
}
}