namespace DownKyi.Core.Settings { public enum ParseScope { NONE = 1, SELECTED_ITEM, CURRENT_SECTION, ALL } }