Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace ConsoleApplication1
- {
- class Program
- {
- static Main()
- {
- int classWidescope = 0;
- int localScope = 0;
- }
- static void Test(int param)
- {
- }
- }
- }
Add Comment
Please, Sign In to add comment