/Katmai_August2008_RTM/HelloWorld_CLR/HelloWorldService/vb/HelloWorldService/My Project/MyResources.vb
Visual Basic | 62 lines | 32 code | 8 blank | 22 comment | 0 complexity | 523691a0fb7417f7101e63403f60f1f6 MD5 | raw file
1'------------------------------------------------------------------------------ 2' <autogenerated> 3' This code was generated by a tool. 4' 5' Changes to this file may cause incorrect behavior and will be lost if 6' the code is regenerated. 7' </autogenerated> 8'------------------------------------------------------------------------------ 9 10Option Strict Off 11Option Explicit On 12 13Imports System 14Imports System.IO 15Imports System.Resources 16 17Namespace My.Resources 18 19 '<summary> 20 ' A strongly-typed resource class, for looking up localized strings, etc. 21 '</summary> 22 'This class was auto-generated by the Strongly Typed Resource Builder 23 'class via a tool like ResGen or Visual Studio.NET. 24 'To add or remove a member, edit your .ResX file then rerun ResGen 25 'with the /str option, or rebuild your VS project. 26 <Microsoft.VisualBasic.HideModuleName()> _ 27 Module MyResources 28 29 Private _resMgr As System.Resources.ResourceManager 30 31 Private _resCulture As System.Globalization.CultureInfo 32 33 '<summary> 34 ' Returns the cached ResourceManager instance used by this class. 35 '</summary> 36 <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _ 37 Public ReadOnly Property ResourceManager() As System.Resources.ResourceManager 38 Get 39 If (_resMgr Is Nothing) Then 40 Dim temp As System.Resources.ResourceManager = New System.Resources.ResourceManager("$safeprojectname$.MyResources", GetType(MyResources).Assembly) 41 System.Threading.Thread.MemoryBarrier 42 _resMgr = temp 43 End If 44 Return _resMgr 45 End Get 46 End Property 47 48 '<summary> 49 ' Overrides the current thread's CurrentUICulture property for all 50 ' resource lookups using this strongly typed resource class. 51 '</summary> 52 <System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)> _ 53 Public Property Culture() As System.Globalization.CultureInfo 54 Get 55 Return _resCulture 56 End Get 57 Set 58 _resCulture = value 59 End Set 60 End Property 61 End Module 62End Namespace