C# Class ps2ls.Forms.ActorForm

Afficher le fichier Open project: psemu/ps2ls Class Usage Examples

Méthodes publiques

Méthode Description
ActorForm ( ) : System
CreateInstance ( ) : void
DeleteInstance ( ) : void
PopulateList ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ActorForm_Enter ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

ActorForm() public méthode

public ActorForm ( ) : System
Résultat System

CreateInstance() public static méthode

public static CreateInstance ( ) : void
Résultat void

DeleteInstance() public static méthode

public static DeleteInstance ( ) : void
Résultat void

Dispose() protected méthode

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

PopulateList() public méthode

public PopulateList ( ) : void
Résultat void