C# Class RocksmithToolkitGUI.DLCPackageCreator.ToneForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentGameVersion GameVersion
EditMode bool
Saved bool
toneControl ToneControl

Private Properties

Свойство Type Description
InitializeComponent void
loadButton_Click void
okButton_Click void
saveButton_Click void

Méthodes publiques

Méthode Description
LoadToneFile ( string toneSavePath, bool verbose = true ) : void
ToneForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

loadButton_Click ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void
saveButton_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

LoadToneFile() public méthode

public LoadToneFile ( string toneSavePath, bool verbose = true ) : void
toneSavePath string
verbose bool
Résultat void

ToneForm() public méthode

public ToneForm ( ) : System
Résultat System

Property Details

CurrentGameVersion public_oe property

public GameVersion CurrentGameVersion
Résultat GameVersion

EditMode public_oe property

public bool EditMode
Résultat bool

Saved public_oe property

public bool Saved
Résultat bool

toneControl public_oe property

public ToneControl,RocksmithToolkitGUI.DLCPackageCreator toneControl
Résultat ToneControl