C# Class ME3Explorer.WinFormsBase

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Protected Properties

Свойство Type Description
pcc IMEPackage

Méthodes publiques

Méthode Description
LoadME1Package ( string s ) : void
LoadME2Package ( string s ) : void
LoadME3Package ( string s ) : void
LoadMEPackage ( string s ) : void
handleUpdate ( List updates ) : void

Méthodes protégées

Méthode Description
WinFormsBase ( ) : System

Private Methods

Méthode Description
WinFormsBase_FormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

LoadME1Package() public méthode

public LoadME1Package ( string s ) : void
s string
Résultat void

LoadME2Package() public méthode

public LoadME2Package ( string s ) : void
s string
Résultat void

LoadME3Package() public méthode

public LoadME3Package ( string s ) : void
s string
Résultat void

LoadMEPackage() public méthode

public LoadMEPackage ( string s ) : void
s string
Résultat void

WinFormsBase() protected méthode

protected WinFormsBase ( ) : System
Résultat System

handleUpdate() public méthode

public handleUpdate ( List updates ) : void
updates List
Résultat void

Property Details

pcc protected_oe property

protected IMEPackage pcc
Résultat IMEPackage