/// <summary> /// Enables the use of a special customization callback handler. Examine /// the SplashScreenCustomizerEventHandler.cs file for more information. /// </summary> /// <param name="customizer">Set the customizer callback for this splash screen.</param> internal void SetCustomizer(SplashScreenCustomizerEventHandler customizer) { _customizer = customizer; }