diff options
Diffstat (limited to 'win/C#/Program.cs')
-rw-r--r-- | win/C#/Program.cs | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/win/C#/Program.cs b/win/C#/Program.cs index 6f71b80f0..6ab76bbae 100644 --- a/win/C#/Program.cs +++ b/win/C#/Program.cs @@ -5,20 +5,7 @@ It may be used under the terms of the GNU General Public License. */
using System;
-using System.Collections.Generic;
-using System.Collections.Specialized;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
using System.Windows.Forms;
-using System.Net;
-using System.IO;
-using System.Diagnostics;
-using System.Threading;
-using System.Runtime.InteropServices;
-using System.Globalization;
-
namespace Handbrake
{
@@ -44,7 +31,7 @@ namespace Handbrake }
catch (Exception exc)
{
- MessageBox.Show("frmMain.cs - systemCheck() " + exc.ToString());
+ MessageBox.Show("frmMain.cs - systemCheck() " + exc);
}
// Either Launch or Close the Application
|