Пример #1
0
        /// <summary>
        /// Return a new instance of a PropertiesObject, ignoring the
        /// current state of the UI.
        /// </summary>
        public void GetProperties(ref object PropertiesObject)
        {
            ExtensionComments comments = new ExtensionComments();

            comments.LoadFromRegistry();
            PropertiesObject = comments.CreatePropertiesDummy();
        }