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