C# Class RocksmithToolkitGUI.Config.GeneralConfig

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit

Private Properties

Свойство Type Description
ConfigurationChanged void
InitializeComponent void
LoadAndSetupConfiguration void
PopulateAppIdCombo void
PopulateConfigDDC void
PopulateEnumCombo void
PopulateRampUp void
ValidateSortName void
btnProjectDir_Click void
btnRs1Path_Click void
btnRs2014Path_Click void
btnTonePath_Click void
btnWwisePath_Click void
closeConfigButton_Click void

Méthodes publiques

Méthode Description
GeneralConfig ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ConfigurationChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadAndSetupConfiguration ( ControlCollection controls ) : void
PopulateAppIdCombo ( ComboBox combo, GameVersion gameVersion ) : void
PopulateConfigDDC ( ) : void
PopulateEnumCombo ( ComboBox combo, Type typeEnum ) : void
PopulateRampUp ( ) : void
ValidateSortName ( object sender, System.CancelEventArgs e ) : void
btnProjectDir_Click ( object sender, EventArgs e ) : void
btnRs1Path_Click ( object sender, EventArgs e ) : void
btnRs2014Path_Click ( object sender, EventArgs e ) : void
btnTonePath_Click ( object sender, EventArgs e ) : void
btnWwisePath_Click ( object sender, EventArgs e ) : void
closeConfigButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

GeneralConfig() public méthode

public GeneralConfig ( ) : System
Résultat System