Botond Beres
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created OpenFileDialog ShowDialog.Value Warning.
Everywhere I use the OpenFileDialog's ShowDialog function I use and most people I know use it like this:OpenFileDialog dialog = new OpenFileDialog();if (dialog.ShowDialog().Value){ //...}And ev...