C# Class RocksmithToolkitGUI.DLCPackageCreator.ToneForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Public Properties

Property Type Description
CurrentGameVersion GameVersion
EditMode bool
Saved bool
toneControl ToneControl

Private Properties

Property Type Description
InitializeComponent void
loadButton_Click void
okButton_Click void
saveButton_Click void

Public Methods

Method Description
LoadToneFile ( string toneSavePath, bool verbose = true ) : void
ToneForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

LoadToneFile() public method

public LoadToneFile ( string toneSavePath, bool verbose = true ) : void
toneSavePath string
verbose bool
return void

ToneForm() public method

public ToneForm ( ) : System
return System

Property Details

CurrentGameVersion public_oe property

public GameVersion CurrentGameVersion
return GameVersion

EditMode public_oe property

public bool EditMode
return bool

Saved public_oe property

public bool Saved
return bool

toneControl public_oe property

public ToneControl,RocksmithToolkitGUI.DLCPackageCreator toneControl
return ToneControl