namespace Nikse.Core.Enums { public enum SelectionChoice { SelectionOnly, AllLines, SelectionAndForward, } }