Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. MessageBox.Show("Foo missing in configuration","Configuration Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
  2.  
  3. MessageBox.Show("Foo" + fooName + " missing in configuration","Configuration Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
  4.  
  5. MessageBox.Show("Foo {0} missing in configuration", fooName, "Configuration Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement