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