settings save csharp visual studio doesn't work

Code Example - settings save csharp visual studio doesn't work

                
                        you need to call Default.Reload after calling the Save:
 Settings.Default.Save();
Settings.Default.Reload();