C# Class PKHeX.SAV_BerryField

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: gnmmarechal/PKHeX_gnmmarechal

Méthodes publiques

Свойство Type Description
editing bool
sav byte[]
savindex int

Méthodes publiques

Méthode Description
SAV_BerryField ( Form1 frm1, int bfo ) : System

Private Methods

Méthode Description
B_Cancel_Click ( object sender, EventArgs e ) : void
changefield ( object sender, EventArgs e ) : void

Method Details

SAV_BerryField() public méthode

public SAV_BerryField ( Form1 frm1, int bfo ) : System
frm1 Form1
bfo int
Résultat System

Property Details

editing public_oe property

public bool editing
Résultat bool

sav public_oe property

public byte[] sav
Résultat byte[]

savindex public_oe property

public int savindex
Résultat int