RMEnrollmentPage3.cs source code in C# .NET

Source code for the .NET framework in C#

                        

Code:

/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / TrustUi / MS / Internal / documents / RMEnrollmentPage3.cs / 1 / RMEnrollmentPage3.cs

                            //---------------------------------------------------------------------------- 
//
// 
//    Copyright (C) Microsoft Corporation.  All rights reserved.
//  
//
// 
// Description: 
//    RMEnrollmentPage3.
// 
// History:
// 06/17/05 - [....] created
//
//--------------------------------------------------------------------------- 

using System; 
using System.Collections.Generic; 
using System.ComponentModel;
using System.Drawing; 
using System.Windows.Forms;
using System.Windows.TrustUI;

namespace MS.Internal.Documents 
{
    ///  
    /// RMEnrollmentPage3 
    /// 
    internal sealed partial class RMEnrollmentPage3 : DialogBaseForm 
    {
        #region Constructors

        ///  
        /// The constructor
        ///  
        internal RMEnrollmentPage3() 
        {
        } 

        #endregion Constructors

        #region Protected Methods 
        //-----------------------------------------------------
        // 
        //  Protected Methods 
        //
        //----------------------------------------------------- 

        /// 
        /// ApplyResources override.  Called to apply dialog resources.
        ///  
        protected override void ApplyResources()
        { 
            base.ApplyResources(); 

            this.label2.Text = SR.Get(SRID.RMEnrollmentPage3b); 
            this.label3.Text = SR.Get(SRID.RMEnrollmentPage3c);
            this.Text = SR.Get(SRID.RMEnrollmentTitle);
        }
 
        #endregion Protected Methods
    } 
} 

// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.


                        

Link Menu

Network programming in C#, Network Programming in VB.NET, Network Programming in .NET
This book is available now!
Buy at Amazon US or
Buy at Amazon UK