예제 #1
0
        private void GetCompositionForPlayError(object sender, CompositionErrorEventArgs e)
        {
            Deployment.Current.Dispatcher.BeginInvoke(() =>
            {

            });
        }
예제 #2
0
 private void CompositionLoadingError(object sender, CompositionErrorEventArgs e)
 {
     Deployment.Current.Dispatcher.BeginInvoke(() =>
     {
         if (ErrorLoading != null) ErrorLoading(this, null);
     });
 }