C# Класс wpf_player.PeerSettingsDialog

Logica di interazione per PeerSettingsDialog.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PeerSettingsDialog ( ) : System

Default constructor

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

Метод Описание
IsValid ( DependencyObject node ) : bool

Checks if the forms data is valid

cancelButton_Click ( object sender, RoutedEventArgs e ) : void

Cancel button click handler. This method close the dialog and set the result to false

okButton_Click ( object sender, RoutedEventArgs e ) : void

Ok button click handler. This method check if the form data are valid : if they are the result is true and the dialog will be closed else an alert box will be showed

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

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

Default constructor
public PeerSettingsDialog ( ) : System
Результат System