Files
WPinternals/WPinternalsSDK/MoveMethod.cs
T
2021-08-14 11:24:02 +02:00

12 lines
137 B
C#

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