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