pulizia doppia gestione eccezione
This commit is contained in:
+3
-4
@@ -25,14 +25,13 @@ namespace Active_Client
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#region MAIN_METHOD
|
||||
|
||||
[STAThread]
|
||||
[STAThread]
|
||||
[SecurityPermission(SecurityAction.Demand, Flags = SecurityPermissionFlag.ControlAppDomain)]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
//Crate General Exception Handler
|
||||
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(GeneralExMethod);
|
||||
|
||||
//Crate General Exception Handler
|
||||
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(GeneralExMethod);
|
||||
|
||||
|
||||
//Read App Configuration
|
||||
readConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user