From ea5cd631a7056c700eb7b04e90465fa954c7fdca Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Fri, 15 Jan 2016 18:17:44 +0200 Subject: [PATCH] Deleted unused args --- Crypto Notepad/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto Notepad/Program.cs b/Crypto Notepad/Program.cs index cc87bfa..344183d 100644 --- a/Crypto Notepad/Program.cs +++ b/Crypto Notepad/Program.cs @@ -9,7 +9,7 @@ static class Program /// Главная точка входа для приложения. /// [STAThread] - static void Main(string[] args) + static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false);