7 lines
79 B
C#
7 lines
79 B
C#
namespace ADEPT.Core.Lesson;
|
|
|
|
public enum PageContext
|
|
{
|
|
TwoD,
|
|
ThreeD,
|
|
} |