C# Class MongoGUIView.CtlServerStatus

Inheritance: MongoGUIView.MultiTabControl
Afficher le fichier Open project: magicdict/MongoCola Class Usage Examples

Méthodes publiques

Méthode Description
CtlServerStatus ( ) : Common.System
RefreshGui ( ) : void
RefreshStatus ( ) : void

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CtlServerStatus ( ) : Common.System
Résultat Common.System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

RefreshGui() public méthode

public RefreshGui ( ) : void
Résultat void

RefreshStatus() public méthode

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