예제 #1
0
 ///<summary>Sets the splash screen's loading message, if supported.</summary>
 ///<param name="message">A message to display on the splash screen.</param>
 protected virtual void SetSplashCaption(string message)
 {
     if (splashScreen != null)
     {
         splashScreen.SetCaption(message);
     }
 }