C# Class SensorHost.Program

The program.
Show file Open project: rossdargan/PRTG-Sensors

Public Methods

Method Description
Main ( string args ) : void

The main method.

Method Details

Main() public static method

The main method.
public static Main ( string args ) : void
args string /// The first arguments can be used to specify the base url. ///
return void