Esempio n. 1
0
 /// <summary>
 /// Removes the slide that is referenced in the 'SlideView' property of the DetachSlideRequestEventArgs
 /// from the children of the cvsMain main window.
 /// </summary>
 private void OnDetachSlideRequest(object sender, DetachSlideRequestEventArgs e)
 {
     cvsMain.Children.Remove(e.SlideView);
 }
Esempio n. 2
0
 private void OnDetachSlideRequest(object sender, DetachSlideRequestEventArgs e)
 {
     _triggeredFlags.DetachSlide = true;
 }