Update Test Git-Server

PADM
Stefan Hutter 4 years ago
parent 3ef1971def
commit 7e79695c18

Binary file not shown.

@ -54,6 +54,7 @@ Public Class frmMain
Next Next
End Sub End Sub
Private Sub frmMain_Load(sender As Object, e As EventArgs) Handles MyBase.Load Private Sub frmMain_Load(sender As Object, e As EventArgs) Handles MyBase.Load
AddHandler DevComponents.DotNetBar.LocalizationKeys.LocalizeString, AddressOf LocalizeString AddHandler DevComponents.DotNetBar.LocalizationKeys.LocalizeString, AddressOf LocalizeString
Dim args As String() = Environment.GetCommandLineArgs() Dim args As String() = Environment.GetCommandLineArgs()
Try Try
@ -121,11 +122,11 @@ Public Class frmMain
If f.DialogResult = DialogResult.Abort Then If f.DialogResult = DialogResult.Abort Then
Application.Exit() Application.Exit()
Me.Close() Me.Close()
Exit Sub Exit Sub
End If
PatientToolStripMenuItem_Click(sender, e)
End If End If
Else PatientToolStripMenuItem_Click(sender, e)
End If
Else
MsgBox("Die Datenbank konnte nicht gefunden werden. Die Anwendung wird geschlossen.", vbExclamation) MsgBox("Die Datenbank konnte nicht gefunden werden. Die Anwendung wird geschlossen.", vbExclamation)
Application.Exit() Application.Exit()
End End

Loading…
Cancel
Save