Example #1
0
 /// <summary>
 /// static main function
 /// </summary>
 public static void Main(string[] args)
 {
     if (!PatchToolLibrary.Run())
     {
         System.Environment.Exit(-1);
     }
 }
Example #2
0
 /// <summary>
 /// static main function
 /// </summary>
 public static void Main(string[] args)
 {
     if (!PatchToolLibrary.Run())
     {
         MessageBox.Show("This program is only called internally by OpenPetra during applying a patch", "Error");
         System.Environment.Exit(-1);
     }
 }