| File: MS\Internal\Documents\RMEnrollmentPage3.cs | Web Access |
| Project: src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationUI\PresentationUI.csproj (PresentationUI) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Windows.TrustUI; namespace MS.Internal.Documents { /// <summary> /// RMEnrollmentPage3 /// </summary> internal sealed partial class RMEnrollmentPage3 : DialogBaseForm { #region Constructors /// <summary> /// The constructor /// </summary> internal RMEnrollmentPage3() { } #endregion Constructors #region Protected Methods //------------------------------------------------------ // // Protected Methods // //------------------------------------------------------ /// <summary> /// ApplyResources override. Called to apply dialog resources. /// </summary> protected override void ApplyResources() { base.ApplyResources(); this.label2.Text = SR.RMEnrollmentPage3b; this.label3.Text = SR.RMEnrollmentPage3c; this.Text = SR.RMEnrollmentTitle; } #endregion Protected Methods } }