Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.PrintServices;
|
||||
|
||||
public interface IPrinterFactory
|
||||
{
|
||||
IPrinter CreatePrinterFromId(byte printerId, EpsonPrinter epsonPrinter);
|
||||
}
|
||||
Reference in New Issue
Block a user