9 lines
241 B
C#
9 lines
241 B
C#
namespace Inspectron.Epson.PrintServer.Printers.Utils;
|
|
|
|
public class KitchenPrintCommand
|
|
{
|
|
public bool IsBig { get; set; }
|
|
public bool IsBold { get; set; }
|
|
public bool IsRed { get; set; }
|
|
public string Text { get; set; }
|
|
} |