Beispiel #1
0
		/// <summary>
		/// Constructor for the page.
		/// </summary>
		public UserPropertyPage()
		{
            // setup property page container stuff
            this.Title = "User Property Page";

            // setup contained control and hand it a reference to its parent (This propertypage)
            userPropertiesControl = new UserPropertiesControl(this);
            this.Control = userPropertiesControl;
        }
        /// <summary>
        /// Constructor for the page.
        /// </summary>
        public UserPropertyPage()
        {
            // setup property page container stuff
            this.Title = "User Property Page";

            // setup contained control and hand it a reference to its parent (This propertypage)
            userPropertiesControl = new UserPropertiesControl(this);
            this.Control = userPropertiesControl;
        }