namespace VirtualPrinter.SetupDriver
{
public static class Defaults
{
///
/// The name that appears in the Windows "Printer & Scanner" menu.
///
public const string PrinterName = "AMAGNO";
///
/// The printer port.
///
public const string PrinterPort = "IP_VIRT_PRINTER";
}
}