namespace DownKyi.Core.Settings { public enum AfterDownloadOperation { NONE = 1, OPEN_FOLDER, CLOSE_APP, CLOSE_SYSTEM } }