Esempio n. 1
0
 private bool onSplashScreenClosed(SplashScreenEvents.SplashScreenClosed evt)
 {
     if (showCommunicatorPending)
     {
         showCommunicatorPending = false;
         showCommunicatorHud();
     }
     if (showMessagePending)
     {
         showMessagePending = false;
         showMessageHud();
     }
     return(false);
 }
Esempio n. 2
0
 private bool onSplashScreenClosed(SplashScreenEvents.SplashScreenClosed evt)
 {
     IsSplashScreenOpen = false;
     return(false);
 }