C# Class BEurtle.OptionsDialog

Afficher le fichier Open project: ned14/BEurtle Class Usage Examples

Méthodes publiques

Свойство Type Description
parameters string

Méthodes publiques

Méthode Description
OptionsDialog ( BEurtlePlugin plugin, string parameters ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BoxBEPath_TextChanged ( object sender, EventArgs e ) : void
BoxDumpHTMLPath_TextChanged ( object sender, EventArgs e ) : void
ButtonReset_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.

LinkDonate_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
LinkGithubIssues_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
LinkHomepage_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
Link_nedproductions_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
OptionsDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
OptionsDialog_Shown ( object sender, EventArgs 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

OptionsDialog() public méthode

public OptionsDialog ( BEurtlePlugin plugin, string parameters ) : System
plugin BEurtlePlugin
parameters string
Résultat System

Property Details

parameters public_oe property

public string parameters
Résultat string