C# Class NekoKun.ObjectEditor.ComplexTextEditor

Inheritance: AbstractObjectEditor
Mostra file Open project: NekoProject/NekoKun

Public Methods

Method Description
Commit ( ) : void
ComplexTextEditor ( object>.Dictionary Params ) : System

Protected Methods

Method Description
InitControl ( ) : void

Private Methods

Method Description
control_ModifiedChanged ( object sender, EventArgs e ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

ComplexTextEditor() public method

public ComplexTextEditor ( object>.Dictionary Params ) : System
Params object>.Dictionary
return System

InitControl() protected method

protected InitControl ( ) : void
return void