Handles application start up, command-line arguments, and ensures that only one instance of the application is running at any time.
상속: WindowsFormsApplicationBase
예제 #1
0
 public static void Main(string[] args)
 {
     AppEntry appEntry = new AppEntry();
     appEntry.Run(args);
 }
예제 #2
0
 public static void Main(string[] args)
 {
     AppEntry appEntry = new AppEntry();
     appEntry.Run(args);
 }