C# Class NekoKun.ScriptListEditorRenameDialog

Inheritance: NekoKun.UI.LynnForm
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
result string

Public Methods

Method Description
ScriptListEditorRenameDialog ( ScriptListFile scriptListFile, ScriptFile file ) : System
ScriptListEditorRenameDialog_Shown ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

ScriptListEditorRenameDialog() public method

public ScriptListEditorRenameDialog ( ScriptListFile scriptListFile, ScriptFile file ) : System
scriptListFile ScriptListFile
file ScriptFile
return System

ScriptListEditorRenameDialog_Shown() public method

public ScriptListEditorRenameDialog_Shown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

result public_oe property

public string result
return string