Beispiel #1
0
 private void SaveUserToConfig(string user)
 {
     config.HueConfig.HueUser = user;
     configHandler.SaveToFile(config);
 }