MS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user