C# Class MultiRemoteDesktopClient.ServerSettingsWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Méthode Description
CurrentServerSettings ( ) : Database.ServerDetails
InitializeControlEvents ( ) : void
InitializeControls ( ) : void
InitializeControls ( Database sd ) : void
ServerSettingsWindow ( ) : System
ServerSettingsWindow ( Database sd ) : System
btnGetClientWinS_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
ddGroup_SelectedIndexChanged ( object sender, EventArgs e ) : void
tbColor_Scroll ( object sender, EventArgs e ) : void
tbDeskSize_Scroll ( object sender, EventArgs e ) : void

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

CurrentServerSettings() public méthode

public CurrentServerSettings ( ) : Database.ServerDetails
Résultat Database.ServerDetails

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

InitializeControlEvents() public méthode

public InitializeControlEvents ( ) : void
Résultat void

InitializeControls() public méthode

public InitializeControls ( ) : void
Résultat void

InitializeControls() public méthode

public InitializeControls ( Database sd ) : void
sd Database
Résultat void

ServerSettingsWindow() public méthode

public ServerSettingsWindow ( ) : System
Résultat System

ServerSettingsWindow() public méthode

public ServerSettingsWindow ( Database sd ) : System
sd Database
Résultat System

btnGetClientWinS_Click() public méthode

public btnGetClientWinS_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSave_Click() public méthode

public btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ddGroup_SelectedIndexChanged() public méthode

public ddGroup_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

tbColor_Scroll() public méthode

public tbColor_Scroll ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

tbDeskSize_Scroll() public méthode

public tbDeskSize_Scroll ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void