C# Class Ohana3DS_Transfigured.GUI.OContainerPanel

Inheritance: System.Windows.Forms.UserControl, IPanel
Show file Open project: Quibilia/Ohana3DS-Transfigured

Public Methods

Method Description
OContainerPanel ( ) : System.IO
finalize ( ) : void
launch ( object data ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

OContainerPanel() public method

public OContainerPanel ( ) : System.IO
return System.IO

finalize() public method

public finalize ( ) : void
return void

launch() public method

public launch ( object data ) : void
data object
return void