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