update to latest version

This commit is contained in:
Merith 2025-02-28 11:27:06 -08:00
parent b69a6ae4a1
commit ddd2ea9eb5
41 changed files with 7918 additions and 7943 deletions

View file

@ -1,15 +1,15 @@
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);
}
}
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);
}
}