C# Class ME3Explorer.WinFormsBase

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Property Type Description
pcc IMEPackage

Public Methods

Method Description
LoadME1Package ( string s ) : void
LoadME2Package ( string s ) : void
LoadME3Package ( string s ) : void
LoadMEPackage ( string s ) : void
handleUpdate ( List updates ) : void

Protected Methods

Method Description
WinFormsBase ( ) : System

Private Methods

Method Description
WinFormsBase_FormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

LoadME1Package() public method

public LoadME1Package ( string s ) : void
s string
return void

LoadME2Package() public method

public LoadME2Package ( string s ) : void
s string
return void

LoadME3Package() public method

public LoadME3Package ( string s ) : void
s string
return void

LoadMEPackage() public method

public LoadMEPackage ( string s ) : void
s string
return void

WinFormsBase() protected method

protected WinFormsBase ( ) : System
return System

handleUpdate() public method

public handleUpdate ( List updates ) : void
updates List
return void

Property Details

pcc protected_oe property

protected IMEPackage pcc
return IMEPackage