private void btnStart_Click(object sender, EventArgs e) { ServiceControl.ActivateService(ServiceName); StopLogReaderTimer(); StartLogReaderTimer(); }