6 lines
172 B
C#
6 lines
172 B
C#
namespace Inspectron.Epson.PrintServer.PrintServices;
|
|
|
|
public interface IPrinterConfigurationSource
|
|
{
|
|
PrinterConfiguration GetConfiguration(string printerAddress);
|
|
} |