Add configuration to autoload data on form open

This commit is contained in:
Jonathan Jenne
2022-07-04 09:10:38 +02:00
parent a0217d0582
commit f0a340f742
3 changed files with 8 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ Public Class Config
Public Property LastUsedMandator As String = ""
Public Property Debug As Boolean = False
Public Property AutomaticPriceCalculation As Boolean = True
Public Property AutomaticLoadingOnFormOpen As Boolean = False
End Class