kitchen receipt + html printer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user