C# Class BEurtle.OptionsDialog

Datei anzeigen Open project: ned14/BEurtle Class Usage Examples

Public Properties

Property Type Description
parameters string

Public Methods

Method Description
OptionsDialog ( BEurtlePlugin plugin, string parameters ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OptionsDialog() public method

public OptionsDialog ( BEurtlePlugin plugin, string parameters ) : System
plugin BEurtlePlugin
parameters string
return System

Property Details

parameters public_oe property

public string parameters
return string