Guest User

Untitled

a guest
Jan 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace ConsoleApplication1
  7. {
  8. class Program
  9. {
  10. static Main()
  11. {
  12. int classWidescope = 0;
  13. int localScope = 0;
  14. }
  15. static void Test(int param)
  16. {
  17.  
  18. }
  19.  
  20.  
  21. }
  22.  
  23. }
Add Comment
Please, Sign In to add comment