public static void Main()
 {
     UsedType.UsedMethod();
 }
Ejemplo n.º 2
0
 public void InitTypeInMethod()
 {
     var usedType = new UsedType();
 }