C# Class FakeGPS.Common.RegistryHelper

Static class to help with Registry operations.
Afficher le fichier Open project: juliankay/FakeGPS

Méthodes publiques

Méthode Description
SetLatLong ( LatLong latLong ) : void

Set the Latitude and Longitude to the Registry.

Method Details

SetLatLong() public static méthode

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