Inheritance: WindowsFormsApplicationBase
Exemplo n.º 1
0
 public static void Main(string[] args)
 {
     try
     {
         SingleAppInstanceManager appManager = new SingleAppInstanceManager();
         appManager.Run(args);
     }
     catch (Exception e)
     {
         Logger.Error(e.Message);
     }
 }
Exemplo n.º 2
0
 public static void Main(string[] args)
 {
     try
     {
         SingleAppInstanceManager appManager = new SingleAppInstanceManager();
         appManager.Run(args);
     }
     catch (Exception e)
     {
         Logger.Error(e.Message);
     }
 }