Esempio n. 1
0
 }                                          /* = new List<Level2>() { };*/
 public MainLevel3(string path)
 {
     ListLevel3 = Files.readTxtLevel3(path);
     InsertCalculationForPerson3();
 }