9 lines
114 B
C#
9 lines
114 B
C#
namespace OF_DL.Enumerations
|
|
{
|
|
public enum DownloadDateSelection
|
|
{
|
|
before,
|
|
after,
|
|
}
|
|
}
|