Refactor machine-dependent configuration in LaunchSLClient.

This commit is contained in:
Jeff Ames
2008-05-01 17:07:58 +00:00
parent fc6c4dc399
commit e38ee199b9
6 changed files with 226 additions and 82 deletions

View File

@@ -33,9 +33,6 @@ namespace LaunchSLClient
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
@@ -47,7 +44,6 @@ namespace LaunchSLClient
}
catch (Exception ex)
{
// Handles all unhandled errors
MessageBox.Show(ex.Message,"Unhandled Error");
}
}