8
0

Module: Reorg / Cleanup

This commit is contained in:
2024-11-08 15:39:19 +01:00
parent 36ef16eb34
commit 294debc67c
226 changed files with 436 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
' SetupProgram()
' ----------------------------------------------------------------------------
' Initialisiert das Programm für den ersten Aufruf
'
' Returns: -
' ----------------------------------------------------------------------------
' Copyright (c) 2022 by Digital Data GmbH
'
' Digital Data GmbH • Ludwig-Rinn-Strasse 16 • D-35452 Heuchelheim
' Tel.: 0641/202360 • E-Mail: info-flow(at)digitaldata.works
' ----------------------------------------------------------------------------
' Creation Date / Author: 16.02.2022 / JJ/MP
' Version Date / Editor: 16.02.2022 / JP/MP
' Version Number: 4.0.0.0
Sub SetupProgram()
DeletePacktischHistoryRows()
End Sub