MS_10.11.2015
This commit is contained in:
@@ -19,7 +19,6 @@ Public Class ClassSQLEditor
|
||||
If svc IsNot Nothing AndAlso SQLSTring IsNot Nothing Then
|
||||
Using Form As New frmSQLEditor()
|
||||
Form.Value = SQLSTring
|
||||
|
||||
If svc.ShowDialog(Form) = DialogResult.OK Then
|
||||
Dim sql As New SQLValue(Form.Value)
|
||||
value = sql
|
||||
|
||||
Reference in New Issue
Block a user