C# Class QRPrint.MainClass

Show file Open project: yukimizake/QRPrint

Public Properties

Property Type Description
printerHandler PrinterHandler
serverRunning bool

Public Methods

Method Description
Main ( string args ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Property Details

printerHandler public static property

public static PrinterHandler,QRPrint printerHandler
return PrinterHandler

serverRunning public static property

public static bool serverRunning
return bool