C# Class FakeGPS.Common.RegistryHelper

Static class to help with Registry operations.
Show file Open project: juliankay/FakeGPS

Public Methods

Method Description
SetLatLong ( LatLong latLong ) : void

Set the Latitude and Longitude to the Registry.

Method Details

SetLatLong() public static method

Set the Latitude and Longitude to the Registry.
public static SetLatLong ( LatLong latLong ) : void
latLong LatLong The .
return void