Exemple #1
0
 public SongData()
 {
     this.Tag = new Tags();
 }
Exemple #2
0
 public void AddTag(Tags t)
 {
     this.Tag = t;
 }