Prevent use of reserved variable names for custom variables for #148 and #152

This commit is contained in:
Michael J. Seiferling
2018-09-14 09:50:24 -06:00
parent ace287f42a
commit 333f7ac36a
5 changed files with 33 additions and 1 deletions
+9
View File
@@ -5442,6 +5442,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] is a reserved variable, you must enter a different name..
'''</summary>
Friend ReadOnly Property frmVariableManager_ErrorVariableReserved() As String
Get
Return ResourceManager.GetString("frmVariableManager_ErrorVariableReserved", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Custom Variable Manager.
'''</summary>