Catrobat.IDE.WindowsPhone.ExtendedSplash.DismissedEventHandler C# (CSharp) Method

DismissedEventHandler() private method

private DismissedEventHandler ( SplashScreen sender, object e ) : void
sender Windows.ApplicationModel.Activation.SplashScreen
e object
return void
        void DismissedEventHandler(SplashScreen sender, object e)
        {
            _dismissed = true;
        }