Exemple #1
0
 public Executor(ErrorBoxHelper errorBoxHelper,
                 ProcessUtils processUtils,
                 IEmailSender emailSender,
                 Speech speech)
 {
     this.errorBoxHelper = errorBoxHelper;
     this.processUtils   = processUtils;
     this.emailSender    = emailSender;
     this.speech         = speech;
 }
 public ClipboardHelper(ErrorBoxHelper errorBoxHelper)
 {
     this.errorBoxHelper = errorBoxHelper;
 }