예제 #1
0
 /// <summary>
 /// Tells the DragDropHelper to show or hide the drag image.
 /// </summary>
 /// <param name="show">True to show the image. False to hide it.</param>
 public static void Show(bool show)
 {
     s_instance.Show(show);
 }