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
15 lines
377 B
C#
15 lines
377 B
C#
using System.Runtime.CompilerServices;
|
|
using System.Windows.Forms;
|
|
|
|
namespace ControlApp;
|
|
|
|
[CompilerGenerated]
|
|
internal static class ApplicationConfiguration
|
|
{
|
|
public static void Initialize()
|
|
{
|
|
Application.EnableVisualStyles();
|
|
Application.SetCompatibleTextRenderingDefault(defaultValue: false);
|
|
Application.SetHighDpiMode(HighDpiMode.SystemAware);
|
|
}
|
|
}
|