Add project files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Inspectron.Epson.PrintServer.PrintServices;
|
||||
|
||||
public class PrinterConfiguration
|
||||
{
|
||||
public string? LogoFilename { get; set; }
|
||||
public int FontSize { get; set; }
|
||||
public string Address { get; set; }
|
||||
|
||||
public string AreaId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user