Fix Cultures not applying, remove LIB_STANDARD dependency
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
Imports System.ComponentModel
|
||||
Imports System.Globalization
|
||||
Imports System.Threading
|
||||
Imports DigitalData.Modules.Base
|
||||
|
||||
Public NotInheritable Class frmSplash
|
||||
Private InitSteps As Integer = 4
|
||||
Private Worker As New BackgroundWorker()
|
||||
Private MainForm As Form
|
||||
Private ReadOnly InitSteps As Integer = 4
|
||||
Private ReadOnly Worker As New BackgroundWorker()
|
||||
Private ReadOnly MainForm As Form
|
||||
|
||||
Private Sub frmSplash_KeyUp(sender As Object, e As KeyEventArgs) Handles Me.KeyUp
|
||||
If e.KeyCode = Keys.Escape Then
|
||||
@@ -81,13 +84,9 @@ Public NotInheritable Class frmSplash
|
||||
Application.Exit()
|
||||
End If
|
||||
|
||||
Language.SetApplicationLanguage(Logger, USER_LANGUAGE, USER_DATE_FORMAT)
|
||||
|
||||
' Wenn kein Fehler, Splashscreen schließen
|
||||
Close()
|
||||
End Sub
|
||||
|
||||
Private Sub frmSplash_KeyDown(sender As Object, e As KeyEventArgs) Handles MyBase.KeyDown
|
||||
If e.KeyCode = Keys.Escape Then
|
||||
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user