RegexEditor: Update with devexpress form

This commit is contained in:
Jonathan Jenne
2021-01-12 15:26:48 +01:00
parent 3162ec9fde
commit ae0603fb4d
3 changed files with 106 additions and 101 deletions

View File

@@ -32,4 +32,4 @@ Public Class frmRegexEditor
Private Sub btnSave_Click(sender As Object, e As EventArgs) Handles btnSave.Click
RegexString = txtRegex.Text
End Sub
End Class
End Class