10 lines
122 B
C#
10 lines
122 B
C#
namespace EpsonPrinter.Enums
|
|
{
|
|
public enum AlignmentEnum
|
|
{
|
|
Left,
|
|
Center,
|
|
Right
|
|
}
|
|
}
|