6 lines
179 B
C#
6 lines
179 B
C#
namespace Inspectron.Epson.PrintServer.PrintServices;
|
|
|
|
public interface IWrapperPrinterFactory
|
|
{
|
|
IPrinter CreatePrinterFromId(byte printerId, IEpsonPrinter epsonPrinter);
|
|
} |