/// <summary>
			/// Resets the registry helper. NOTE: should only be used from unit tests!
			/// </summary>
			public static void Reset()
			{
				RegistryHelperImpl = new FwRegistryHelperImpl();
			}
Exemple #2
0
 /// <summary>
 /// Resets the registry helper. NOTE: should only be used from unit tests!
 /// </summary>
 public static void Reset()
 {
     RegistryHelperImpl = new FwRegistryHelperImpl();
 }