MS Vorbereitungen WISAG wie PM

This commit is contained in:
2020-12-17 10:03:54 +01:00
parent 96a9d17025
commit 2984d6503d
14 changed files with 203 additions and 105 deletions

View File

@@ -17,4 +17,8 @@ Public Class ClassConfig
Public Property ResultDocWindowLocation As Point = New Size(0, 0)
Public Property ResultDataWindowSize As Size = New Size(1024, 786)
Public Property ResultDataWindowLocation As Point = New Size(0, 0)
<ConnectionStringAppServer>
Public Property ConnectionStringAppServer As String = ""
<AppServerConfig>
Public Property AppServerConfig As String = ""
End Class