|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Option Strict On
|
| Option Explicit On
|
|
|
| Imports System
|
|
|
| Namespace My.Resources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
| Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
| Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
| Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
| Friend Module Resources
|
|
|
| Private resourceMan As Global.System.Resources.ResourceManager
|
|
|
| Private resourceCulture As Global.System.Globalization.CultureInfo
|
|
|
|
|
|
|
|
|
| <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
| Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
| Get
|
| If Object.ReferenceEquals(resourceMan, Nothing) Then
|
| Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("DWSIM.Automation.Tests.Resources", GetType(Resources).Assembly)
|
| resourceMan = temp
|
| End If
|
| Return resourceMan
|
| End Get
|
| End Property
|
|
|
|
|
|
|
|
|
|
|
| <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
| Friend Property Culture() As Global.System.Globalization.CultureInfo
|
| Get
|
| Return resourceCulture
|
| End Get
|
| Set
|
| resourceCulture = value
|
| End Set
|
| End Property
|
| End Module
|
| End Namespace
|
|
|