/// <summary>
 /// A simple constructor that initializes the object with the given values.
 /// </summary>
 /// <param name="p_aitArchiveInvalidation">The <see cref="ArchiveInvalidationBase"/> tool
 /// for which we are presenting a UI.</param>
 public ArchiveInvalidationView(ArchiveInvalidationBase p_aitArchiveInvalidation)
 {
     p_aitArchiveInvalidation.ConfirmAiEnabling  = ConfirmAiEnabling;
     p_aitArchiveInvalidation.ConfirmAiDisabling = ConfirmAiDisabling;
 }
		/// <summary>
		/// A simple constructor that initializes the object with the given values.
		/// </summary>
		/// <param name="p_aitArchiveInvalidation">The <see cref="ArchiveInvalidationBase"/> tool
		/// for which we are presenting a UI.</param>
		public ArchiveInvalidationView(ArchiveInvalidationBase p_aitArchiveInvalidation)
		{
			p_aitArchiveInvalidation.ConfirmAiEnabling = ConfirmAiEnabling;
			p_aitArchiveInvalidation.ConfirmAiDisabling = ConfirmAiDisabling;
		}