Refactoring and clean up 2

This commit is contained in:
Ferit Yiğit BALABAN
2021-10-31 22:37:52 +03:00
parent e738a95f07
commit 3f3b322878
2 changed files with 4 additions and 14 deletions
+2 -8
View File
@@ -1,18 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace processor
{
static class Program
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
private static void Main()
{
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.EnableVisualStyles();