mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-26 05:50:25 +00:00
40 lines
1.1 KiB
C#
40 lines
1.1 KiB
C#
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace XCI_Explorer.Properties {
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[DebuggerNonUserCode]
|
|
[CompilerGenerated]
|
|
internal class Resources {
|
|
private static ResourceManager resourceMan;
|
|
|
|
private static CultureInfo resourceCulture;
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager {
|
|
get {
|
|
if (resourceMan == null) {
|
|
resourceMan = new ResourceManager("XCI_Explorer.Properties.Resources", typeof(Resources).Assembly);
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
internal Resources() {
|
|
}
|
|
}
|
|
}
|