Advertisement
CryptoJones

StaticClassInProgram

Aug 2nd, 2016
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1.         public static class GlobalVariables
  2.         {
  3.             static public int numberOfCars;
  4.             static public int lotMax = 25;
  5.             static public string userSelection;
  6.          
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement