MS
This commit is contained in:
@@ -20,9 +20,14 @@
|
||||
Private Sub SimpleButton1_Click(sender As Object, e As EventArgs) Handles btnOK.Click
|
||||
Try
|
||||
Dim oSelectedNodeConfig As NodeConfig = cmbNodeConfig.EditValue
|
||||
Id = oSelectedNodeConfig.Id
|
||||
Title = TextEdit1.EditValue
|
||||
DialogResult = DialogResult.OK
|
||||
If Not IsNothing(oSelectedNodeConfig) Then
|
||||
Id = oSelectedNodeConfig.Id
|
||||
Title = TextEdit1.EditValue
|
||||
DialogResult = DialogResult.OK
|
||||
Else
|
||||
|
||||
End If
|
||||
|
||||
Catch ex As Exception
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user