Files
Print_server/Inspectron.Epson/PrintServer/Printers/Utils/KitchenPrintCommand.cs
2026-01-13 09:06:47 +01:00

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; }
}