C# Class PKHeX.SAV_BerryField

Inheritance: System.Windows.Forms.Form
Show 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 property

public bool editing
return bool

sav public property

public byte[] sav
return byte[]

savindex public property

public int savindex
return int