public static void Main()
 {
     UsedType.UsedMethod();
 }
示例#2
0
 public void InitTypeInMethod()
 {
     var usedType = new UsedType();
 }