Advertisement
Shimmy

Untitled

Jan 5th, 2012
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public enum CurrencyType
  2. {
  3. [Description("US Dollar")]
  4. USD = 840,
  5. [Description("New Israeli Sheqel")]
  6. ILS = 376,
  7. [Description("Pound Sterling")]
  8. GBP = 826,
  9. [Description("Euro")]
  10. EUR = 978
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement