Esempio n. 1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 /// <param name="args">The command line arguments.</param>
 /// <returns>The error code for the application.</returns>
 public static int Main(string[] args)
 {
     WixUnit wixUnit = new WixUnit();
     return wixUnit.Run(args);
 }
Esempio n. 2
0
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        /// <param name="args">The command line arguments.</param>
        /// <returns>The error code for the application.</returns>
        public static int Main(string[] args)
        {
            WixUnit wixUnit = new WixUnit();

            return(wixUnit.Run(args));
        }