Advertisement
nateshoffner

Untitled

Apr 30th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1.             using (var ofd = new OpenFileDialog())
  2.             {
  3.                 if (ofd.ShowDialog() == DialogResult.OK)
  4.                 {
  5.                    
  6.                 }
  7.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement