Esempio n. 1
0
 public Temp_Repo(Temp_Repo tempRepo)
 {
     nGit        = tempRepo.nGit;
     repoPath    = tempRepo.repoPath;
     deleteRepo  = tempRepo.deleteRepo;
 }
Esempio n. 2
0
 public Test_RefLogs(Temp_Repo tempRepo)
     : base(tempRepo)
 {
 }
Esempio n. 3
0
 public Temp_Repo(Temp_Repo tempRepo)
 {
     nGit       = tempRepo.nGit;
     repoPath   = tempRepo.repoPath;
     deleteRepo = tempRepo.deleteRepo;
 }
Esempio n. 4
0
 public Test_RefLogs(Temp_Repo tempRepo) : base(tempRepo)
 {
 }