11 lines
183 B
C#
11 lines
183 B
C#
namespace WeddingBooth.LifeCycles
|
|
{
|
|
public class StartupConfiguration
|
|
{
|
|
public bool FullScreen { get; set; }
|
|
|
|
public string? Display { get; set; }
|
|
|
|
}
|
|
}
|