7 lines
86 B
C#
7 lines
86 B
C#
namespace Piwigo.Client;
|
|
|
|
public enum CategoryPosition
|
|
{
|
|
First = 0,
|
|
Last = 1
|
|
} |