상속: WindowsFormsApplicationBase
예제 #1
0
 public static void Main(string[] args)
 {
     try
     {
         SingleAppInstanceManager appManager = new SingleAppInstanceManager();
         appManager.Run(args);
     }
     catch (Exception e)
     {
         Logger.Error(e.Message);
     }
 }
예제 #2
0
 public static void Main(string[] args)
 {
     try
     {
         SingleAppInstanceManager appManager = new SingleAppInstanceManager();
         appManager.Run(args);
     }
     catch (Exception e)
     {
         Logger.Error(e.Message);
     }
 }