public UserPreferencesController(UserPreferencesView userPreferences)
 {
     _settings = new Settings();
 }
Exemplo n.º 2
0
 public ShowUserSettings()
 {
     _form = new UserPreferencesView();
 }