How to bind WPF controls to Application settings
When to bind WPF controls to settings
At Sometimes, i want to show program verion in my application. And I wrote it in Application settings ("Settings.Settings"). How could I do that? If we don't know how to bind it, we have to write twice at each time upgrading our programs. Jerome Laban and Michael jp posted how to do that with different approaches.
Me...
