C# 클래스 RockSmithTabExplorer.SongLoader

파일 보기 프로젝트 열기: Jamedjo/RSTabExplorer

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