﻿// <auto-generated />

using System.Drawing;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Windows.Forms;

/// <summary>
///  Bootstrap the application configuration.
/// </summary>
[CompilerGenerated]
internal static partial class ApplicationConfiguration
{
    /// <summary>
    ///  Bootstrap the application as follows:
    ///  <code>
    ///  global::System.Windows.Forms.Application.EnableVisualStyles();
    ///  global::System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(true);
    ///  global::System.Windows.Forms.Application.SetHighDpiMode(HighDpiMode.SystemAware);
    /// </code>
    /// </summary>
    public static void Initialize()
    {
        global::System.Windows.Forms.Application.EnableVisualStyles();
        global::System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(true);
        global::System.Windows.Forms.Application.SetHighDpiMode(HighDpiMode.SystemAware);
    }
}
