This commit is contained in:
2023-04-06 16:50:34 +02:00
parent 9a9fe72b4f
commit aa7c68a4ce
34 changed files with 21393 additions and 804 deletions

View File

@@ -278,6 +278,18 @@ Namespace My
Me("UseAppConfigConString") = value
End Set
End Property
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Public Property EntFormsChild() As Boolean
Get
Return CType(Me("EntFormsChild"),Boolean)
End Get
Set
Me("EntFormsChild") = value
End Set
End Property
End Class
End Namespace