| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- using System.CodeDom.Compiler;
- using System.ComponentModel;
- using System.Diagnostics;
- using System.Globalization;
- using System.Resources;
- using System.Runtime.CompilerServices;
- namespace LauncherUpdater.Properties
- {
- [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [DebuggerNonUserCode]
- [CompilerGenerated]
- internal class Resources
- {
- private static ResourceManager resourceMan;
- private static CultureInfo resourceCulture;
- internal Resources()
- {
- }
- [EditorBrowsable(EditorBrowsableState.Advanced)]
- internal static ResourceManager ResourceManager
- {
- get
- {
- if (LauncherUpdater.Properties.Resources.resourceMan == null)
- LauncherUpdater.Properties.Resources.resourceMan = new ResourceManager(
- "LauncherUpdater.Properties.Resources", typeof(LauncherUpdater.Properties.Resources).Assembly);
- return LauncherUpdater.Properties.Resources.resourceMan;
- }
- }
- [EditorBrowsable(EditorBrowsableState.Advanced)]
- internal static CultureInfo Culture
- {
- get => LauncherUpdater.Properties.Resources.resourceCulture;
- set => LauncherUpdater.Properties.Resources.resourceCulture = value;
- }
- }
- }
|