Exemple #1
0
 public EnovaGitForm(IGitLogCommand gitLogCmd, IDialog dialogController)
 {
     GitCommitList    = new List <GitCommit>();
     GitLogCmd        = gitLogCmd;
     DialogController = dialogController;
 }
Exemple #2
0
 public EnovaGitForm()
 {
     GitCommitList    = new List <GitCommit>();
     GitLogCmd        = new GitLogCommand();
     DialogController = new Dialog();
 }