C# 클래스 KeppyMIDIConverter.SoundfontDialog

파일 보기 프로젝트 열기: KaleidonKep99/Keppys-MIDI-Converter 1 사용 예제들

공개 메소드들

메소드 설명
OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
SoundfontDialog ( ) : System
getBetween ( string strSource, string strStart, string strEnd ) : string

비공개 메소드들

메소드 설명
ImportBtn_Click ( object sender, EventArgs e ) : void
ImportMePlease ( string file ) : string
InitializeLanguage ( ) : void
MvDwn_Click ( object sender, EventArgs e ) : void
MvUp_Click ( object sender, EventArgs e ) : void
RemoveBtn_Click ( object sender, EventArgs e ) : void
SFListCheck_Tick ( object sender, EventArgs e ) : void
SFList_DragDrop ( object sender, System e ) : void
SFList_DragEnter ( object sender, System e ) : void
SFList_KeyPress ( object sender, KeyEventArgs e ) : void
SFZCompliant_Click ( object sender, EventArgs e ) : void
SoundfontDialog_Load ( object sender, EventArgs e ) : void
VSTImport_Click ( object sender, EventArgs e ) : void
VSTReady_Click ( object sender, EventArgs e ) : void
VSTUse_CheckedChanged ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
clearSoundfontListToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importSoundfontsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
removeSoundfontsToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

OpenFileDialogAddCustomPaths() 공개 정적인 메소드

public static OpenFileDialogAddCustomPaths ( FileDialog dialog ) : void
dialog FileDialog
리턴 void

SoundfontDialog() 공개 메소드

public SoundfontDialog ( ) : System
리턴 System

getBetween() 공개 정적인 메소드

public static getBetween ( string strSource, string strStart, string strEnd ) : string
strSource string
strStart string
strEnd string
리턴 string