예제 #1
0
        /// <summary>

        /// Creates a new instance of the class.

        /// </summary>

        protected Display()

        {
            this.settingsPanel = new DefaultSettingsPanel();

            this.settingsCollection = new Dictionary <string, object>();
        }
예제 #2
0
 /// <summary>
 /// Creates a new instance of the class.
 /// </summary>
 protected Display()
 {
     this.settingsPanel = new DefaultSettingsPanel();
     this.settingsCollection = new Dictionary<string, object>();
 }