C# Класс TrainerEditor.Data_Repoint_Form

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Data_Repoint_Form ( uint dataLength, bool movesetStatus, byte rom, uint currentOffset, TrainerEditor form, uint trainerLocation ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Data_Repoint_Form() публичный Метод

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
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void