C# Class FileReader.FRForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: vans163/LKEmu

Public Properties

Property Type Description
tempitem List

Public Methods

Method Description
BookTemplate ( ) : void
FRForm ( ) : System
ItemTemplate ( ) : void
MapLoad ( ) : void
SpellTemplate ( ) : void
Start ( ) : void
UnpackATD ( Byte data ) : Byte[]
UnpackATZ0 ( ) : Byte[]
UnpackATZ0Call1 ( Byte cx, Byte dx ) : Byte

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

BookTemplate() public method

public BookTemplate ( ) : void
return void

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

FRForm() public method

public FRForm ( ) : System
return System

ItemTemplate() public method

public ItemTemplate ( ) : void
return void

MapLoad() public method

public MapLoad ( ) : void
return void

SpellTemplate() public method

public SpellTemplate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UnpackATD() public method

public UnpackATD ( Byte data ) : Byte[]
data Byte
return Byte[]

UnpackATZ0() public method

public UnpackATZ0 ( ) : Byte[]
return Byte[]

UnpackATZ0Call1() public method

public UnpackATZ0Call1 ( Byte cx, Byte dx ) : Byte
cx Byte
dx Byte
return Byte

Property Details

tempitem public_oe static_oe property

public static List tempitem
return List