C# Class DoomRPG.FormMain

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Kyle873/DoomRPG

Public Methods

Method Description
FormMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BuildCommandLine ( ) : string
CheckForErrors ( ) : bool
CheckForMods ( ) : bool
CheckForUpdates ( ) : Task
DownloadDRPG ( ) : void
ExtractDRPG ( ) : void
ExtractZip ( ) : void
GetBranches ( ) : Task>
GetMasterSHA ( ) : Task
InitializeComponent ( ) : void

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

IsDRLAActive ( ) : bool
LoadControls ( ) : void
LoadCredits ( ) : void
PopulateComboBoxes ( ) : Task
PopulateMods ( ) : void
PopulatePatches ( ) : void
ProcessLoadOrder ( ) : void
SaveControls ( ) : void
buttonBrowseDRPGPath_Click ( object sender, EventArgs e ) : void
buttonBrowseModsPath_Click ( object sender, EventArgs e ) : void
buttonBrowsePortPath_Click ( object sender, EventArgs e ) : void
buttonCheckUpdates_Click ( object sender, EventArgs e ) : void
buttonCopyCommandClipboard_Click ( object sender, EventArgs e ) : void
buttonLaunch_Click ( object sender, EventArgs e ) : void
buttonRefresh_Click ( object sender, EventArgs e ) : void
client_DownloadFileCompleted ( object sender, System e ) : void
client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
comboBoxBranch_SelectedIndexChanged ( object sender, EventArgs e ) : void
richTextBoxCredits_TextChanged ( object sender, EventArgs e ) : void
textBoxDRPGPath_TextChanged ( object sender, EventArgs e ) : void
textBoxModsPath_TextChanged ( object sender, EventArgs e ) : void
timerPulse_Tick ( object sender, EventArgs e ) : void
timer_Tick ( 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

FormMain() public method

public FormMain ( ) : System
return System