kitchen receipt + html printer

This commit is contained in:
EugeneTes
2026-01-14 11:47:43 +01:00
parent 011978136d
commit 147265358f
16 changed files with 1346 additions and 178 deletions

View File

@@ -10,7 +10,7 @@ namespace Inspectron.Epson;
/// <summary>
/// Main SDK class for Epson TM-m30III printer operations
/// </summary>
public class EpsonPrinter : IAsyncDisposable
public class EpsonPrinter : IEpsonPrinter
{
private readonly ILogger? _logger;
private TcpClient? _tcpClient;