Beispiel #1
0
        static void Main()
        {
            /* Basic inits */
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            /* Create the entry point of the application */
            ReachWindow mdiForm = new ReachWindow();

            /* Set up the starting context of the application */
            Context.EntryPoint = mdiForm;
            Service.Instance.Start();
            Application.Run(mdiForm);
        }
Beispiel #2
0
        static void Main()
        {
            /* Basic inits */
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            /* Create the entry point of the application */
            ReachWindow mdiForm = new ReachWindow();

            /* Set up the starting context of the application */
            Context.EntryPoint = mdiForm;
            Service.Instance.Start();
            Application.Run(mdiForm);
        }