Ms merge
This commit is contained in:
@@ -12,7 +12,7 @@ Public Class ClassRegexEditor
|
||||
|
||||
Public Overrides Function EditValue(context As ITypeDescriptorContext, provider As IServiceProvider, value As Object) As Object
|
||||
Dim oService As IWindowsFormsEditorService = TryCast(provider.GetService(GetType(IWindowsFormsEditorService)), IWindowsFormsEditorService)
|
||||
Dim oRegexString As String = NotNull(value, String.Empty)
|
||||
Dim oRegexString As String = ClassAllgemeineFunktionen.NotNullString(value, String.Empty)
|
||||
|
||||
If oService IsNot Nothing Then
|
||||
Using oform As New frmRegexEditor()
|
||||
|
||||
Reference in New Issue
Block a user