7 lines
No EOL
97 B
C#
7 lines
No EOL
97 B
C#
namespace LANCommander.UI.Components;
|
|
|
|
public enum DataListInputPosition
|
|
{
|
|
Left,
|
|
Right,
|
|
} |