C# Class SnakeBite.formMods

Inheritance: System.Windows.Forms.Form
显示文件 Open project: topher-au/SnakeBite Class Usage Examples

Public Methods

Method Description
ProcessInstallMod ( string ModFile, bool ignoreConflicts = false ) : void
ProcessUninstallMod ( SnakeBite.ModEntry mod ) : void
formMods ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DownloadAndInstallMod ( WebMod mod ) : void
GoToModList ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshInstalledMods ( bool resetSelection = false ) : void
UpdateModToggle ( ) : void
buttonInstallMod_Click ( object sender, EventArgs e ) : void
buttonInstallZip_Click ( object sender, EventArgs e ) : void
buttonLaunch_Click ( object sender, EventArgs e ) : void
buttonUninstallMod_Click ( object sender, EventArgs e ) : void
buttonWebRemove_Click ( object sender, EventArgs e ) : void
formMain_Load ( object sender, EventArgs e ) : void
hideProgressWindow ( ) : void
labelModWebsite_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
listInstalledMods_SelectedIndexChanged ( object sender, EventArgs e ) : void
listWebMods_SelectedIndexChanged ( object sender, EventArgs e ) : void
showProgressWindow ( string Text = "Processing..." ) : void
tabControl_SelectedIndexChanged ( object sender, EventArgs e ) : void
textWebInstall_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ProcessInstallMod() public method

public ProcessInstallMod ( string ModFile, bool ignoreConflicts = false ) : void
ModFile string
ignoreConflicts bool
return void

ProcessUninstallMod() public method

public ProcessUninstallMod ( SnakeBite.ModEntry mod ) : void
mod SnakeBite.ModEntry
return void

formMods() public method

public formMods ( ) : System
return System