C# Class KeeAgent.UI.OptionsPanel

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: dlech/KeeAgent Class Usage Examples

Méthodes publiques

Méthode Description
OptionsPanel ( KeeAgentExt ext ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
SaveChanges ( ) : void
browseForPath ( ) : string
cygwinPathBrowseButton_Click ( object sender, EventArgs e ) : void
helpButton_Click ( object sender, EventArgs e ) : void
msysPathBrowseButton_Click ( object sender, EventArgs e ) : void
useCygwinSocketCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
useMsysSocketCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OptionsPanel() public méthode

public OptionsPanel ( KeeAgentExt ext ) : System
ext KeeAgentExt
Résultat System