Aliquote Urlaubsberechnung, Asfinag, Timas
This commit is contained in:
@@ -498,10 +498,10 @@ Public Class frmStartOptions
|
||||
Dim autoclose As Boolean = True
|
||||
Dim testFTP As Boolean = VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM
|
||||
Dim fmCLF As New frmAsfinag_NachrichtenVerabeitung("CLF", testFTP, autoclose)
|
||||
fmCLF.Show()
|
||||
fmCLF.ShowDialog()
|
||||
AddHandler fmCLF.FormClosed, AddressOf closeMe
|
||||
Dim fmTTR As New frmAsfinag_NachrichtenVerabeitung("TTR", testFTP, autoclose)
|
||||
fmTTR.Show()
|
||||
fmTTR.ShowDialog()
|
||||
AddHandler fmTTR.FormClosed, AddressOf closeMe
|
||||
closeMe()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user