mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Deleted unused args
This commit is contained in:
parent
c045a74b1b
commit
ea5cd631a7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ static class Program
|
|||
/// Главная точка входа для приложения.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue