예제 #1
0
 /// <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;
 }
예제 #2
0
 /// <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;
 }