Files

10 lines
122 B
C#

namespace WPinternalsSDK
{
public enum MoveMethod : uint
{
Begin,
Current,
End
}
}