mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-25 08:40:11 +08:00
10 lines
142 B
C#
10 lines
142 B
C#
namespace DownKyi.Core.Settings
|
|
{
|
|
public enum DownloadFinishedSort
|
|
{
|
|
NOT_SET = 0,
|
|
DOWNLOAD,
|
|
NUMBER
|
|
}
|
|
}
|