Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. public static DialogResult InputBox(string aTitle, string aPromptText, Dictionary<Object, Object> aValue, ref KeyValuePair<Object, Object> aReturnPair)
  2.  
  3. public struct Person
  4. {
  5. public int Age;
  6. public string Name;
  7. public string Surname;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement