Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException);

            using (Launcher app = new Launcher())
            {
                app.Run();
            }
        }
Ejemplo n.º 2
0
 public LauncherControl(Launcher MainIn)
 {
     Main = MainIn;
 }