void M()
 {
     // Use the alias
     Project.MyClass mc = new Project.MyClass();
 }
예제 #2
0
 void M()
 {
     // Use the alias
     Project.MyClass mc = new Project.MyClass();
 }