SQLEditor: New Module

This commit is contained in:
Jonathan Jenne
2021-04-19 16:30:00 +02:00
parent 5e45aef7ff
commit cc2a0e5936
17 changed files with 927 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ Public Class frmRegexEditor
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
RegexString = txtRegex.Text
DialogResult = DialogResult.OK
Close()
End Sub