Example #1
0
        /// <summary>
        /// Get the options for this subsystem display
        /// from the database.  If the options have not
        /// been set to the database yet, default values
        /// will be used.
        /// </summary>
        private void GetOptionsFromDatabase()
        {
            _options = _pm.GetDataOutputViewOptions();

            // Notify all the properties
            NotifyOptionPropertyChange();
        }