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