update to latest version
This commit is contained in:
parent
b69a6ae4a1
commit
ddd2ea9eb5
41 changed files with 7918 additions and 7943 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue