Skip to content

Commit

Permalink
Удаление лишнего кода
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-san committed Apr 15, 2019
1 parent a19eafc commit 1ffb28c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x42Gui/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using x42Gui.Classes;

namespace x42Gui
{
Expand All @@ -18,7 +14,6 @@ static void Main()
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
// Application.Run(new FormTest());
}
}
}

0 comments on commit 1ffb28c

Please sign in to comment.