Newer
Older
using System;
using System.Windows.Forms;
namespace ATXTray
{
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new AutoTxTray());
}
}
}