8 lines
91 B
C#
8 lines
91 B
C#
namespace OF_DL.Enumerations;
|
|
|
|
public enum DownloadDateSelection
|
|
{
|
|
before,
|
|
after
|
|
}
|