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