C# Class PKHeX.MemoryAmie

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

Public Properties

Property Type Description
feeling string[]
h byte[]
quality string[]

Public Methods

Method Description
MemoryAmie ( Form1 frm1 ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Required method for Designer support - do not modify the contents of this method with the code editor.

cb1i ( ComboBox cb, int o ) : void
cb1v ( ComboBox cb, int o ) : void
cb2v ( ComboBox cb, int o ) : void
changeCountry ( object sender, EventArgs e ) : void
changeMemory ( object sender, EventArgs e ) : void
clickResetLocation ( object sender, EventArgs e ) : void
getCountries ( ) : void
getLangStrings ( ) : void
getMemoryArguments ( string ARG, ComboBox sender ) : void
getMemoryString ( ComboBox m, ComboBox arg, ComboBox q, ComboBox f, string tr ) : string
i1cb ( ComboBox cb, int o ) : void
loadFields ( ) : void
s1v ( MaskedTextBox t, int o ) : void
saveFields ( ) : void
update255_MTB ( object sender, EventArgs e ) : void
v1cb ( ComboBox cb, int o ) : void
v1s ( MaskedTextBox t, int o ) : void
v2cb ( ComboBox cb, int o ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MemoryAmie() public method

public MemoryAmie ( Form1 frm1 ) : System
frm1 Form1
return System

Property Details

feeling public property

public string[] feeling
return string[]

h public property

public byte[] h
return byte[]

quality public property

public string[] quality
return string[]