C# Class MultiRemoteDesktopClient.GroupManagerWindow

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
GroupManagerWindow ( ) : System
InitializeControlEvents ( ) : void
InitializeControls ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CreateForm ( string TextboxValue ) : string
InitializeComponent ( ) : void

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

PopulateListView ( ListView lv ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
lvGroups_ItemSelectionChanged ( object sender, ListViewItemSelectionChangedEventArgs e ) : void

Method Details

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

GroupManagerWindow() public méthode

public GroupManagerWindow ( ) : System
Résultat System

InitializeControlEvents() public méthode

public InitializeControlEvents ( ) : void
Résultat void

InitializeControls() public méthode

public InitializeControls ( ) : void
Résultat void