11 lines
143 B
C#
11 lines
143 B
C#
namespace Settings
|
|
{
|
|
public enum ScreenOrientationRequirement
|
|
{
|
|
Portrait,
|
|
Landscape,
|
|
NotApplicable
|
|
}
|
|
}
|
|
|