static void Main(string[] args) { if (args.Contains(X86HostManager.HOST_ARG)) { X86HostEntryPoint.Run(args); } else { WinFormsEntryPoint.Run(args); } }
static void Main(string[] args) { WinFormsEntryPoint.Run(args); }