C# Class MongoGUICtl.ctlJsCodeEditor

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: magicdict/MongoCola

Public Methods

Method Description
ctlJsCodeEditor ( ) : Common.System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

cmdLoadLocal_Click ( object sender, EventArgs e ) : void

读取本地文件

cmdSaveLocal_Click ( object sender, EventArgs e ) : void

保存到本地

cmdSave_Click ( object sender, EventArgs e ) : void

保存

ctlJsCodeEditor_Load ( object sender, EventArgs e ) : void

Load方法,属性设定

Method Details

Dispose() protected method

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

ctlJsCodeEditor() public method

public ctlJsCodeEditor ( ) : Common.System
return Common.System