C# Класс DoomRPG.FormMain

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
FormMain ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FormMain() публичный Метод

public FormMain ( ) : System
Результат System