C# Class PKHeX.SAV_BerryField

Inheritance: System.Windows.Forms.Form
Mostra file Open project: gnmmarechal/PKHeX_gnmmarechal

Public Properties

Property Type Description
editing bool
sav byte[]
savindex int

Public Methods

Method Description
SAV_BerryField ( Form1 frm1, int bfo ) : System

Private Methods

Method Description
B_Cancel_Click ( object sender, EventArgs e ) : void
changefield ( object sender, EventArgs e ) : void

Method Details

SAV_BerryField() public method

public SAV_BerryField ( Form1 frm1, int bfo ) : System
frm1 Form1
bfo int
return System

Property Details

editing public_oe property

public bool editing
return bool

sav public_oe property

public byte[] sav
return byte[]

savindex public_oe property

public int savindex
return int