Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="UIConfiguration"/> class.
        /// </summary>
        public UIConfiguration()
        {
            AutomaticOperationAcknowledgement = new AutomaticOperationAcknowledgementSettings();
            OperationFetchingArguments        = new OperationFetchingParameters();

            ScaleFactor             = 2.0d;
            AcknowledgeOperationKey = System.Windows.Input.Key.B;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="UIConfiguration"/> class.
        /// </summary>
        public UIConfiguration()
        {
            AutomaticOperationAcknowledgement = new AutomaticOperationAcknowledgementSettings();
            OperationFetchingArguments = new OperationFetchingParameters();

            ScaleFactor = 2.0d;
            AcknowledgeOperationKey = System.Windows.Input.Key.B;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="UIConfiguration"/> class
        /// loads all settings and registers a callback to be notified whenever a
        /// setting changes its value.
        /// </summary>
        internal UIConfiguration()
        {
            AutomaticOperationAcknowledgement = new AutomaticOperationAcknowledgementSettings();

            Load();
        }
Exemple #4
0
        /// <summary>
        /// Initializes a new instance of the <see cref="UIConfiguration"/> class
        /// loads all settings and registers a callback to be notified whenever a
        /// setting changes its value.
        /// </summary>
        internal UIConfiguration()
        {
            AutomaticOperationAcknowledgement = new AutomaticOperationAcknowledgementSettings();

            Load();
        }