Код: Выделить всё
Properties.Settings.Default.Email = "new@value.com";
Properties.Settings.Default.Save();
Подробнее здесь: https://stackoverflow.com/questions/105 ... -persisted
Код: Выделить всё
Properties.Settings.Default.Email = "new@value.com";
Properties.Settings.Default.Save();