Example #1
0
			/// <summary>
			/// Sets the registry helper. NOTE: Should only be used from unit tests!
			/// </summary>
			public static void SetRegistryHelper(IFwRegistryHelper helper)
			{
				RegistryHelperImpl = helper;
			}
Example #2
0
 /// <summary>
 /// Sets the registry helper. NOTE: Should only be used from unit tests!
 /// </summary>
 public static void SetRegistryHelper(IFwRegistryHelper helper)
 {
     RegistryHelperImpl = helper;
 }