示例#1
0
 public UIMusic(string track, JournalEvents.EDMusicTrackEnum id, DateTime time, bool refresh) : base(UITypeEnum.Music, time, refresh)
 {
     Track        = track;
     MusicTrackID = id;
 }
示例#2
0
 public UIMusic(string track, JournalEvents.EDMusicTrackEnum id, DateTime time, bool refresh) : this(time, refresh)
 {
     Track        = track;
     MusicTrackID = id;
 }