Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Inspectron.Epson.PrintServer.PrintServices;
|
||||
|
||||
public interface IPrinterConfigurationSource
|
||||
{
|
||||
PrinterConfiguration GetConfiguration(string printerAddress);
|
||||
}
|
||||
Reference in New Issue
Block a user