C# 클래스 wpf_player.PeerSettingsDialog

Logica di interazione per PeerSettingsDialog.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
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