Table of Contents

Preference Menu Dropdown

The model of the UI is UserEnv. UserEnv contains UserConfig, which is rapidly used in the GUI.

The dropdown is on the Main Panel.

Layout

Single User Application

In single user application, access global UserEnv and UserConfig by the LocalApp.

Apply LocalApp.SaveUserConfig() or LocalApp.LooseSaveUserConfig() (save config in Loose Manner) if config changed.

Source Code Path

See this page for git repository.

WPF Application Source Code Path

  • MainWindow (include preference menu)

Web Page Application Source Code Path

  • wwwroot/preference/preference-menu.js
  • Controller/Preference/PreferenceController.cs