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