C# Класс HDHomerun_Stream_Builder.SettingsDlg

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SettingsDlg ( Settings inbound ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SettingsDlg() публичный Метод

public SettingsDlg ( Settings inbound ) : System
inbound Settings
Результат System