C# Class SerahToolkit_SharpGL.Text

Afficher le fichier Open project: MaKiPL/FF8-Rinoa-s-Toolset Class Usage Examples

Méthodes publiques

Méthode Description
PopulateMP ( ) : void
Text ( byte mode ) : System

Mode: 0= namedic 1= FS 2= wm2field 3= MovieExtractor

TransferMP ( object sender ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DataGridView1_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void
FS ( ) : void
FS_MultiFiles ( DataGridViewSelectedCellCollection collections ) : void
FS_SingleFile ( object file ) : void
InitializeComponent ( ) : void

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

InitializeFSComponent ( ) : void
InitializeNamedicComponent ( ) : void
Initializewm2fComponent ( ) : void
MP_Extract ( object sender, EventArgs e ) : void
MoviePlayer ( ) : void
Namedic ( ) : void
Pb_Click ( object sender, EventArgs e ) : void
WM2_Update ( object sender, byte arg0 ) : void
fs_Click ( object sender, EventArgs e ) : void
saveFSfile ( string path, string filename, byte buffer ) : void
wm2b_Click ( object sender, EventArgs e ) : void
wm2field ( ) : void

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

PopulateMP() public méthode

public PopulateMP ( ) : void
Résultat void

Text() public méthode

Mode: 0= namedic 1= FS 2= wm2field 3= MovieExtractor
public Text ( byte mode ) : System
mode byte
Résultat System

TransferMP() public méthode

public TransferMP ( object sender ) : void
sender object
Résultat void