OF-DL/OF DL/Enumerations/DownloadDateSelection.cs

8 lines
91 B
C#

namespace OF_DL.Enumerations;
public enum DownloadDateSelection
{
before,
after
}