private void Demo35() { //if (!Utils.IsEmulator) //{ // bool reboot = false; // //reboot |= LCDManager.SetLCDConfiguration_800_480(); // reboot |= LCDManager.SetLCDConfiguration_320_240(); // //reboot |= LCDManager.SetBootLogo(null, 0, 0); // reboot |= LCDManager.SetLCDBootupMessages(false); // if (reboot) // { // Thread.Sleep(10000); // Util.FlushExtendedWeakReferences(); // PowerState.RebootDevice(false); // } //} demo = new DemoManager(320, 240); //demo.QuickDemo(); demo.CrashDemo(); }