C# Class TrainerEditor.Data_Repoint_Form

Afficher le fichier Open project: Jambo51/Trainer_Editor Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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
Résultat System

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