private ContentControl cc = null; private void muiscPlay(object sender, RoutedEventArgs e) { string name = ((ContentControl)sender).Tag.ToString(); if (string.IsNullOrWhiteSpace(name)) return; if (filename != name) { player.Stop(); isStart = true; if…