protected void Reset()
 {
     this.PlaybackInfoViewModel = new PlaybackInfoViewModel
     {
         Title       = "",
         Artist      = "",
         Album       = "",
         Year        = "",
         CurrentTime = "",
         TotalTime   = ""
     };
 }
Пример #2
0
 protected void Reset()
 {
     this.PlaybackInfoViewModel = new PlaybackInfoViewModel
     {
         Title       = string.Empty,
         Artist      = string.Empty,
         Album       = string.Empty,
         Year        = string.Empty,
         CurrentTime = string.Empty,
         TotalTime   = string.Empty
     };
 }