Exemple #1
0
 /// <summary>
 /// First main function that is invoked when the application is started.
 /// </summary>
 /// <param name="args">
 /// Contains instance of <see cref="string[]"/> with startup arguments.
 /// </param>
 /// <returns>
 /// Returns exit code for the current process.
 /// </returns>
 static int Main(string[] args)
 {
     return(Bootstraper.ExecuteApplication(args));
 }