remove Global Localizer object

This commit is contained in:
Jonathan Jenne 2021-05-07 12:20:18 +02:00
parent b4851f4d4d
commit 0a7cfbc35e

View File

@ -93,8 +93,6 @@ Public Class frmValidator
Catch ex As Exception
LOGGER.Error(ex)
End Try
Localizer.Active = New LookupGridLocalizer()
End Sub
Private Sub frmValidation_Load(sender As Object, e As System.EventArgs) Handles Me.Load