C# Class AdminTools.CPluginOverview

The visible component of the DPPluginOverview plugin
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Silveryard/SmartHome

Méthodes publiques

Méthode Description
CPluginOverview ( ) : System

Creates a new instance

RefreshPlugins ( ) : void

Refreshs the plugin list

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

CPluginOverview() public méthode

Creates a new instance
public CPluginOverview ( ) : System
Résultat 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

RefreshPlugins() public méthode

Refreshs the plugin list
public RefreshPlugins ( ) : void
Résultat void