示例#1
0
 public BlendApplication(Microsoft.Expression.Framework.UserInterface.SplashScreen splashScreen)
     : base(splashScreen)
 {
     if (!this.ProcessGeneralCommandLineCommands())
     {
         return;
     }
     this.RunApplication();
 }
示例#2
0
 protected ExpressionApplication(Microsoft.Expression.Framework.UserInterface.SplashScreen splashScreen)
 {
     this.InitialSplashScreen = splashScreen;
 }