private void startButton_Click(object sender, EventArgs e) { _theService.Start(new string[] {}); toolStripStatusLabel1.Text = "Started"; }
private void start_Click(object sender, EventArgs e) { _theService.Start(null); }