コード例 #1
0
 /// <summary>
 /// 结束Splash页面
 /// 执行初始化加载
 /// </summary>
 protected virtual void SplashFinished()
 {
     if (Shell != null)
     {
         IShell shell = Shell as IShell;
         if (shell != null)
         {
             shell.Active();
         }
     }
 }