C# Class ME3Explorer.AFCExtract

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
allToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
components System.ComponentModel.IContainer
entr List
extractToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
listBox1 System.Windows.Forms.ListBox
listBox2 System.Windows.Forms.ListBox
menuStrip1 System.Windows.Forms.MenuStrip
openToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
selectedToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer

Public Methods

Method Description
AFCExtract ( ) : System
InitializeComponent ( ) : void

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
allToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
selectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AFCExtract() public method

public AFCExtract ( ) : System
return System

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

InitializeComponent() public method

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
return void

Property Details

allToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

components public_oe property

Required designer variable.
public System.ComponentModel.IContainer components
return System.ComponentModel.IContainer

entr public_oe property

public List entr
return List

extractToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem extractToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

listBox1 public_oe property

public System.Windows.Forms.ListBox listBox1
return System.Windows.Forms.ListBox

listBox2 public_oe property

public System.Windows.Forms.ListBox listBox2
return System.Windows.Forms.ListBox

menuStrip1 public_oe property

public System.Windows.Forms.MenuStrip menuStrip1
return System.Windows.Forms.MenuStrip

openToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

selectedToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem selectedToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

splitContainer1 public_oe property

public System.Windows.Forms.SplitContainer splitContainer1
return System.Windows.Forms.SplitContainer