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);