Guest User

Untitled

a guest
Jan 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. namespace EffectiveCsharp._02
  2. {
  3. class UsefulValues
  4. {
  5. public static readonly int StartValue = 2000;
  6. public const int EndValue = 2004;
  7. }
  8. }
Add Comment
Please, Sign In to add comment