begin work: base version 0993 move original program for orgnization golang work snapshot decompiled code it builds! (but doesnt run) source code bump library stash decompile 0.1.2, make it build
48 lines
994 B
C#
48 lines
994 B
C#
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace ControlApp.Properties;
|
|
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "17.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("ControlApp.Properties.Resources", typeof(Resources).Assembly);
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get
|
|
{
|
|
return resourceCulture;
|
|
}
|
|
set
|
|
{
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
internal Resources()
|
|
{
|
|
}
|
|
}
|