print server with new concept
This commit is contained in:
6
Inspectron.Epson/PrintServer/Printers/IPrinterFactory.cs
Normal file
6
Inspectron.Epson/PrintServer/Printers/IPrinterFactory.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.Printers;
|
||||
|
||||
public interface IPrinterFactory
|
||||
{
|
||||
IEpsonPrinter CreatePrinter();
|
||||
}
|
||||
Reference in New Issue
Block a user