mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-13 08:17:42 +00:00
62 lines
2.3 KiB
VB.net
62 lines
2.3 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <autogenerated>
|
|
' This code was generated by a tool.
|
|
'
|
|
' Changes to this file may cause incorrect behavior and will be lost if
|
|
' the code is regenerated.
|
|
' </autogenerated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict Off
|
|
Option Explicit On
|
|
|
|
|
|
Namespace My.Resources
|
|
|
|
'''<summary>
|
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
|
'''</summary>
|
|
'This class was auto-generated by the Strongly Typed Resource Builder
|
|
'class via a tool like ResGen or Visual Studio.NET.
|
|
'To add or remove a member, edit your .ResX file then rerun ResGen
|
|
'with the /str option, or rebuild your VS project.
|
|
Class MyResources
|
|
|
|
Private Shared _resMgr As System.Resources.ResourceManager
|
|
|
|
Private Shared _resCulture As System.Globalization.CultureInfo
|
|
|
|
Friend Sub New()
|
|
MyBase.New
|
|
End Sub
|
|
|
|
'''<summary>
|
|
''' Returns the cached ResourceManager instance used by this class.
|
|
'''</summary>
|
|
<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Public Shared ReadOnly Property ResourceManager() As System.Resources.ResourceManager
|
|
Get
|
|
If (_resMgr Is Nothing) Then
|
|
Dim temp As System.Resources.ResourceManager = New System.Resources.ResourceManager("My.Resources.MyResources", GetType(MyResources).Assembly)
|
|
_resMgr = temp
|
|
End If
|
|
Return _resMgr
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Overrides the current thread's CurrentUICulture property for all
|
|
''' resource lookups using this strongly typed resource class.
|
|
'''</summary>
|
|
<System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Public Shared Property Culture() As System.Globalization.CultureInfo
|
|
Get
|
|
Return _resCulture
|
|
End Get
|
|
Set
|
|
_resCulture = value
|
|
End Set
|
|
End Property
|
|
End Class
|
|
End Namespace
|