mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-13 19:06:41 +10:00
10 lines
122 B
C#
10 lines
122 B
C#
namespace WPinternalsSDK
|
|
{
|
|
public enum MoveMethod : uint
|
|
{
|
|
Begin,
|
|
Current,
|
|
End
|
|
}
|
|
}
|