C# Class RockSmithTabExplorer.ViewModel.MainToolbarViewModel

Inheritance: ViewModelBase
Show file Open project: Jamedjo/RSTabExplorer

Public Methods

Method Description
MainToolbarViewModel ( SongLoader songLoader, CurrentSongService currentSongService, PrintService printService, ExportImageService saveService ) : System

Private Methods

Method Description
NameFromScore ( AlphaTab score ) : string
PrintTab ( RockSmithTabExplorer.Controls.TabControl tabControl ) : void
SaveTabImage ( RockSmithTabExplorer.Controls.TabControl tabControl ) : void

Method Details

MainToolbarViewModel() public method

public MainToolbarViewModel ( SongLoader songLoader, CurrentSongService currentSongService, PrintService printService, ExportImageService saveService ) : System
songLoader SongLoader
currentSongService RockSmithTabExplorer.Services.CurrentSongService
printService RockSmithTabExplorer.Services.PrintService
saveService RockSmithTabExplorer.Services.ExportImageService
return System