C# Class FakeGPS.Program

The FakeGPS Command Line Program.
Show file Open project: juliankay/FakeGPS

Public Methods

Method Description
Main ( string args ) : void

The main entry point for the application.

Method Details

Main() public static method

The main entry point for the application.
public static Main ( string args ) : void
args string The Command Line Arguments.
return void