Ejemplo n.º 1
0
        /// <summary>
        ///     Hide the background form elements to provide seamless transition between games or after MAME termination.
        /// </summary>
        protected void HideBackgroundForm()
        {
            BackgroundForm.HideAll();

            // Force an immediate refresh to avoid flicker of the MAME logo
            BackgroundForm.Refresh();
        }