Beispiel #1
0
 public static void Main(System.String[] args)
 {
     try
     {
         var me = new QuickCompress();
         me.Run();
     }
     catch (System.Exception e1)
     {
         Console.WriteLine("Exception: " + e1);
     }
 }
 public static void Main(System.String[] args)
 {
     try
     {
         var me = new QuickCompress();
         me.Run();
     }
     catch (System.Exception e1)
     {
         Console.WriteLine("Exception: " + e1);
     }
 }