15 lines
No EOL
397 B
C#
15 lines
No EOL
397 B
C#
namespace VirtualPrinter.SetupDriver
|
|
{
|
|
public static class Defaults
|
|
{
|
|
/// <summary>
|
|
/// The name that appears in the Windows "Printer & Scanner" menu.
|
|
/// </summary>
|
|
public const string PrinterName = "AMAGNO";
|
|
|
|
/// <summary>
|
|
/// The printer port.
|
|
/// </summary>
|
|
public const string PrinterPort = "IP_VIRT_PRINTER";
|
|
}
|
|
} |