public static void Main()
 {
     // Test should be an alias to x.Test
     Test test = new Test();
 }
Ejemplo n.º 2
0
		public static void Main()
		{
			// Test should be an alias to x.Test
			Test test = new Test();
		}