Exemple #1
0
 }                                          /* = new List<Level2>() { };*/
 public MainLevel4(string path)
 {
     ListLevel4 = Files.readTxtLevel3(path);
     InsertCalculationForPerson4();
 }
Exemple #2
0
 public MainMpileupInsertions(string path)
 {
     ListMpileupInsertions = Files.readTxtLevel3(path);
     InsertCalculationForPerson();
 }