Skip to content
Snippets Groups Projects
Commit 80d190f5 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Minor changes and whitespace.

Refers to #2
parent e57943e1
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,13 @@ using System.Windows.Forms; ...@@ -3,14 +3,13 @@ using System.Windows.Forms;
namespace ATXTray namespace ATXTray
{ {
static class Program internal static class Program
{ {
/// <summary> /// <summary>
/// The main entry point for the application. /// The main entry point for the application.
/// </summary> /// </summary>
[STAThread] [STAThread]
private static void Main() private static void Main() {
{
Application.EnableVisualStyles(); Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false); Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new AutoTxTray()); Application.Run(new AutoTxTray());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment