コード例 #1
0
		/// <summary>
		/// Initializes the static members of the AutoUpdateOptions class.
		/// </summary>
		static AutoUpdateOptions()
		{
			_defaultOptions = new DefaultAutoUpdateOptions();
		}
コード例 #2
0
 /// <summary>
 /// Initializes the static members of the AutoUpdateOptions class.
 /// </summary>
 static AutoUpdateOptions()
 {
     _defaultOptions = new DefaultAutoUpdateOptions();
 }