10 lines
120 B
C#
10 lines
120 B
C#
|
|
namespace Settings
|
|||
|
|
{
|
|||
|
|
public enum ScreenOrientationRequirement
|
|||
|
|
{
|
|||
|
|
Portrait,
|
|||
|
|
Landscape
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|