C# Class Terraria.ModLoader.Setup.SelectFilesForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Methods

Method Description
GetDirectory ( ) : string
GetPaths ( ) : string[]
SelectFilesForm ( string path = "", string filter = "" ) : System.IO

Private Methods

Method Description
ValidatePaths ( ) : void
buttonFile_Click ( object sender, System e ) : void
buttonFolder_Click ( object sender, System e ) : void
textBoxPath_TextChanged ( object sender, System e ) : void

Method Details

GetDirectory() public method

public GetDirectory ( ) : string
return string

GetPaths() public method

public GetPaths ( ) : string[]
return string[]

SelectFilesForm() public method

public SelectFilesForm ( string path = "", string filter = "" ) : System.IO
path string
filter string
return System.IO