C# Class TrainerEditor.Data_Repoint_Form

Show file Open project: Jambo51/Trainer_Editor Class Usage Examples

Public Methods

Method Description
Data_Repoint_Form ( uint dataLength, bool movesetStatus, byte rom, uint currentOffset, TrainerEditor form, uint trainerLocation ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FindFreeSpace ( uint dataSize, uint startLocation, byte rom, byte freeSpaceByte ) : uint
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void
btnFindFreeSpace_Click ( object sender, EventArgs e ) : void
btnRepoint_Click ( object sender, EventArgs e ) : void
chkBxMovesets_CheckedChanged ( object sender, EventArgs e ) : void
upDownNumberOfPokemon_ValueChanged ( object sender, EventArgs e ) : void

Method Details

Data_Repoint_Form() public method

public Data_Repoint_Form ( uint dataLength, bool movesetStatus, byte rom, uint currentOffset, TrainerEditor form, uint trainerLocation ) : System
dataLength uint
movesetStatus bool
rom byte
currentOffset uint
form TrainerEditor
trainerLocation uint
return System

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