You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
downkyi/DownKyi.Core/Aria2cNet/Client/HowChangePosition.cs

13 lines
225 B

namespace DownKyi.Core.Aria2cNet.Client
{
/// <summary>
/// changePosition函数的how参数
/// </summary>
public enum HowChangePosition
{
POS_SET = 1,
POS_CUR,
POS_END
}
}