public WinFormAkkaLogAgentUI(ToolStripStatusLabel errorNotificationTxt, Control displayTxt, ToolStripTextBox folderPathTxt, ToolStripTextBox regexTxt, LogWatchServiceAgentService serviceAgent, ToolStripMenuItem stopToolStripMenuItem, ToolStripMenuItem startToolStripMenuItem, Form parentForm)
 {
     DisplayTxt                    = displayTxt;
     ErrorNotificationTxt          = errorNotificationTxt;
     FolderPathTxt                 = folderPathTxt;
     RegexTxt                      = regexTxt;
     StopToolStripMenuItem         = stopToolStripMenuItem;
     StartToolStripMenuItem        = startToolStripMenuItem;
     ParentForm                    = parentForm;
     DeployedServiceAkkaLogAgentUI = new DeployedServiceAkkaLogAgentUI(serviceAgent);
 }
 public DeployedServiceAkkaLogAgentUI(LogWatchServiceAgentService serviceAgent)
 {
     ServiceAgent = serviceAgent;
 }