Add project files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WeddingBooth.LifeCycles
|
||||
{
|
||||
public class StartupConfiguration
|
||||
{
|
||||
public bool FullScreen { get; set; }
|
||||
|
||||
public string? Display { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user