mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-23 15:50:12 +08:00
12 lines
177 B
C#
12 lines
177 B
C#
namespace DownKyi.Core.Settings
|
|
{
|
|
public enum ParseScope
|
|
{
|
|
NOT_SET = 0,
|
|
NONE = 1,
|
|
SELECTED_ITEM,
|
|
CURRENT_SECTION,
|
|
ALL
|
|
}
|
|
}
|