C# Class FalloutClient.EditorWindow

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: phobos2077/sfall Class Usage Examples

Public Methods

Method Description
ShowEditor ( string names, DataType types, string values ) : string[]

Private Methods

Method Description
CheckInput ( DataType type, string str ) : bool
EditorWindow ( string names, DataType types, string values ) : System
bCancel_Click ( object sender, EventArgs e ) : void
bSave_Click ( object sender, EventArgs e ) : void
dataGridView1_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Method Details

ShowEditor() public static method

public static ShowEditor ( string names, DataType types, string values ) : string[]
names string
types DataType
values string
return string[]