C# Class RockSmithTabExplorer.ViewModel.TrackListingViewModel

Inheritance: ViewModelBase
Show file Open project: Jamedjo/RSTabExplorer

Public Methods

Method Description
OnLoadingChange ( bool isLoading ) : void
TrackListingViewModel ( SongCollection songCollection, CurrentSongService currentSongService ) : System

Method Details

OnLoadingChange() public method

public OnLoadingChange ( bool isLoading ) : void
isLoading bool
return void

TrackListingViewModel() public method

public TrackListingViewModel ( SongCollection songCollection, CurrentSongService currentSongService ) : System
songCollection SongCollection
currentSongService RockSmithTabExplorer.Services.CurrentSongService
return System