MS Update dll
This commit is contained in:
@@ -11,9 +11,9 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyTitle("Search Flow")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("Digital Data")>
|
||||
<Assembly: AssemblyProduct("Search Flow")>
|
||||
<Assembly: AssemblyProduct("Easy Flow")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2022")>
|
||||
<Assembly: AssemblyTrademark("2.6.0.4")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ Namespace My
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("en-US")> _
|
||||
Public ReadOnly Property SYS_Override_Language() As String
|
||||
Get
|
||||
Return CType(Me("SYS_Override_Language"),String)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<Value Profile="(Default)">Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="SYS_Override_Language" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)" />
|
||||
<Value Profile="(Default)">en-US</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user