using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Resources; using System.Runtime.CompilerServices; namespace SPSolutions.SharePoint.Resources { [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), DebuggerNonUserCode, CompilerGenerated] internal class ContentRes { private static ResourceManager resourceMan; private static CultureInfo resourceCulture; [EditorBrowsable(EditorBrowsableState.Advanced)] internal static ResourceManager ResourceManager { get { if (object.ReferenceEquals(ContentRes.resourceMan, null)) { ResourceManager resourceManager = new ResourceManager("SPSolutions.SharePoint.Resources.ContentRes", typeof(ContentRes).Assembly); ContentRes.resourceMan = resourceManager; } return ContentRes.resourceMan; } } [EditorBrowsable(EditorBrowsableState.Advanced)] internal static CultureInfo Culture { get { return ContentRes.resourceCulture; } set { ContentRes.resourceCulture = value; } } internal ContentRes() { } } }