C# Class HDHomerun_Stream_Builder.SettingsDlg

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: robnewton/HDHomeRun_Stream_Builder Class Usage Examples

Public Methods

Method Description
SettingsDlg ( Settings inbound ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
dsServices_CanCreateServiceFor ( object sender, AutoEventedDiscoveryServices a ) : void

Occurs when the discovery object needs to determine if an auto service can be created.

dsServices_CreateServiceFor ( object sender, AutoEventedDiscoveryServices a ) : void

Occurs when the discovery object wants a new auto service created.

dsServices_StatusNotifyAction ( object sender, AutoEventedDiscoveryServices a ) : void

Occurs when a notify action occurs for the dicovery object.

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

SettingsDlg() public method

public SettingsDlg ( Settings inbound ) : System
inbound Settings
return System