C# Class ME2Explorer.AddReply

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
comboBox1 System.Windows.Forms.ComboBox
components System.ComponentModel.IContainer
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
pcc ME2Package
res ME2BioConversation.EntryListReplyListStruct
state int
textBox1 System.Windows.Forms.TextBox
textBox2 System.Windows.Forms.TextBox
textBox4 System.Windows.Forms.TextBox

Public Methods

Method Description
AddReply ( ) : 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
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void

Method Details

AddReply() public method

public AddReply ( ) : 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

button1 public_oe property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

button2 public_oe property

public System.Windows.Forms.Button button2
return System.Windows.Forms.Button

comboBox1 public_oe property

public System.Windows.Forms.ComboBox comboBox1
return System.Windows.Forms.ComboBox

components public_oe property

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

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

label4 public_oe property

public System.Windows.Forms.Label label4
return System.Windows.Forms.Label

pcc public_oe property

public ME2Package pcc
return ME2Package

res public_oe property

public ME2BioConversation.EntryListReplyListStruct res
return ME2BioConversation.EntryListReplyListStruct

state public_oe property

public int state
return int

textBox1 public_oe property

public System.Windows.Forms.TextBox textBox1
return System.Windows.Forms.TextBox

textBox2 public_oe property

public System.Windows.Forms.TextBox textBox2
return System.Windows.Forms.TextBox

textBox4 public_oe property

public System.Windows.Forms.TextBox textBox4
return System.Windows.Forms.TextBox