Files
Print_server/Inspectron.Epson/PrintServer/PrintServices/IWrapperPrinterFactory.cs
2026-01-16 12:00:24 +01:00

6 lines
179 B
C#

namespace Inspectron.Epson.PrintServer.PrintServices;
public interface IWrapperPrinterFactory
{
IPrinter CreatePrinterFromId(byte printerId, IEpsonPrinter epsonPrinter);
}