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