Ejemplo n.º 1
0
 private void buttonPlay_Click(object sender, EventArgs e)
 {
     _executionControl.Start();
     _playing = true;
 }