Beispiel #1
0
        private void Button_Click_2(object sender, System.Windows.RoutedEventArgs e)
        {
            var r = FingerPrint.GetTags(myTracky.Path);

            if (r != null)
            {
                txtTitle.Text  = r.Title;
                txtArtist.Text = r.Artists[0].Name;
            }
        }