Метод | Описание | |
---|---|---|
PeerSettingsDialog ( ) : System |
Default constructor
|
Метод | Описание | |
---|---|---|
IsValid ( |
Checks if the forms data is valid
|
|
cancelButton_Click ( object sender, |
Cancel button click handler. This method close the dialog and set the result to false
|
|
okButton_Click ( object sender, |
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
|