예제 #1
0
파일: Program.cs 프로젝트: lucaslra/SPM
 static void Main(string[] args)
 {
     // Start the application
     using (ApplicationStarter appStarter = new ApplicationStarter())
     {
         appStarter.OpenDebugWindow();
         appStarter.OpenSplashScreen();
         appStarter.Initialize();
         appStarter.ParseCommandline(args);
         appStarter.Execute(args);
     }
 }
예제 #2
0
 static void Main(string[] args)
 {
     // Start the application
     using (ApplicationStarter appStarter = new ApplicationStarter())
     {
         appStarter.OpenDebugWindow();
         appStarter.OpenSplashScreen();
         appStarter.Initialize();
         appStarter.ParseCommandline(args);
         appStarter.Execute(args);
     }
 }