Moved LaunchSLClient build system to Prebuild.

Refactored LaunchSLClient code a bit.
This commit is contained in:
Jeff Ames
2008-02-15 02:37:05 +00:00
parent b13836db57
commit b5a9592cc1
8 changed files with 188 additions and 193 deletions

View File

@@ -25,11 +25,11 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace LaunchSLClient
{
static class Program
@@ -40,7 +40,6 @@ namespace LaunchSLClient
[STAThread]
static void Main()
{
try
{
Application.EnableVisualStyles();