C# Class Ohana3DS_Transfigured.GUI.OContainerPanel

Inheritance: System.Windows.Forms.UserControl, IPanel
Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured

Méthodes publiques

Méthode Description
OContainerPanel ( ) : System.IO
finalize ( ) : void
launch ( object data ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BtnExportAll_Click ( object sender, System e ) : void
BtnExport_Click ( object sender, System e ) : void
InitializeComponent ( ) : void

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

getLength ( uint length ) : string

Method Details

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

OContainerPanel() public méthode

public OContainerPanel ( ) : System.IO
Résultat System.IO

finalize() public méthode

public finalize ( ) : void
Résultat void

launch() public méthode

public launch ( object data ) : void
data object
Résultat void