Ejemplo n.º 1
0
        static void Main()
        {
            Control.CheckForIllegalCrossThreadCalls = false;
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            XBoxIO.LoadSettings();
            if (XBoxIO.FindXBox())
            {
                ShowController();
            }
        }
Ejemplo n.º 2
0
        static void Main()
        {
            Control.CheckForIllegalCrossThreadCalls = false;
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            LoadExecutables();

            _LEDStateChanger = new LEDStateChanger();
            _memoryHacker    = new MemoryHacker();

            XBoxIO.LoadSettings();
            if (XBoxIO.FindXBox())
            {
                ShowXBoxExplorer();
            }
        }