C# Class MongoGUIView.CtlServerStatus

Inheritance: MongoGUIView.MultiTabControl
Exibir arquivo Open project: magicdict/MongoCola Class Usage Examples

Public Methods

Method Description
CtlServerStatus ( ) : Common.System
RefreshGui ( ) : void
RefreshStatus ( ) : void

刷新状态,不包含当前操作状态

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

CollapseAllStripButton_Click ( object sender, EventArgs e ) : void

ExpandAllStripButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshStripButton_Click ( object sender, EventArgs e ) : void

手动刷新所有状态

ctlServerStatus_Load ( object sender, EventArgs e ) : void

Method Details

CtlServerStatus() public method

public CtlServerStatus ( ) : Common.System
return Common.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

RefreshGui() public method

public RefreshGui ( ) : void
return void

RefreshStatus() public method

刷新状态,不包含当前操作状态
public RefreshStatus ( ) : void
return void