Example #1
0
 private void btn_Stop_Click(object sender, EventArgs e)
 {
     kodiRPC.Stop();
     btn_Play.Text = "Play";
 }