PageRenderTime 34ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/Source Code/SongDatabase/Items/AdhocItem.vb

#
Visual Basic | 12 lines | 5 code | 3 blank | 4 comment | 0 complexity | c0a2d20786c44d971ca5c091d11f087c MD5 | raw file
  1. Namespace Items
  2. ''' <summary>
  3. ''' An adhoc item, which is typically used for the purposes of
  4. ''' representing a temporary item in a PowerSong play list.
  5. ''' </summary>
  6. Public Class AdhocItem
  7. Inherits BaseItem
  8. End Class
  9. End Namespace