Botond Beres

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Botond Beres created a post,

    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...