Beispiel #1
0
 /// --------------------------------------------------------------------------------
 /// <summary>
 /// Resets the IParatextHelper adapter to the default adapter which accesses Paratext.
 /// </summary>
 /// --------------------------------------------------------------------------------
 public static void Reset()
 {
     s_ptHelper = new ParatextHelperAdapter();
 }
Beispiel #2
0
			/// --------------------------------------------------------------------------------
			/// <summary>
			/// Resets the IParatextHelper adapter to a new instance of the default adapter which accesses Paratext.
			/// </summary>
			/// --------------------------------------------------------------------------------
			public static void Reset()
			{
				s_ptHelper = new ParatextHelperAdapter();
			}