C# Класс RockSmithTabExplorer.SongLoader

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BackgroundOpenFile void
BackgroundOpenFiles void
LoadFromSteam void
OpenFileWithoutUpdate void

Открытые методы

Метод Описание
LoadDLCTracks ( ) : void
LoadDiskTracks ( ) : void
OpenFile ( ) : void

Opens a new file by loading the file path using the IO service.

OpenFile ( string file, bool appendSongs = false ) : void

Opens a new file from the specified file path.

OpenFiles ( string files ) : void
SongLoader ( IDialogService dialogService, SongCollection songCollection ) : System

Приватные методы

Метод Описание
BackgroundOpenFile ( object sender, DoWorkEventArgs e, string file, bool appendSongs ) : void
BackgroundOpenFiles ( object sender, DoWorkEventArgs e, string files ) : void
LoadFromSteam ( Action loadAction ) : void
OpenFileWithoutUpdate ( string file, bool appendSongs = false ) : void

Описание методов

LoadDLCTracks() публичный Метод

public LoadDLCTracks ( ) : void
Результат void

LoadDiskTracks() публичный Метод

public LoadDiskTracks ( ) : void
Результат void

OpenFile() публичный Метод

Opens a new file by loading the file path using the IO service.
public OpenFile ( ) : void
Результат void

OpenFile() публичный Метод

Opens a new file from the specified file path.
public OpenFile ( string file, bool appendSongs = false ) : void
file string the path to the file to load
appendSongs bool
Результат void

OpenFiles() публичный Метод

public OpenFiles ( string files ) : void
files string
Результат void

SongLoader() публичный Метод

public SongLoader ( IDialogService dialogService, SongCollection songCollection ) : System
dialogService IDialogService
songCollection SongCollection
Результат System