src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs
changeset 146 dd8ed4d3beb6
parent 140 fc7c12f9da30
parent 143 9f157d9c725b
child 150 569925b65604
--- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs	Wed Oct 14 14:29:23 2009 +0200
+++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs	Wed Oct 14 13:44:25 2009 +0200
@@ -364,7 +364,7 @@
                     DataContext = findSource.DataContext
                 }
             };
-            
+
             // We apply the current scale to the dragged annotation
             ((TimelineAnnotationView)cursorVisual.Content).RenderTransform = this.RenderTransform;
 
@@ -404,7 +404,7 @@
 
         private void onDragCanceled(Object sender, SurfaceDragDropEventArgs e)
         {
-            //Console.WriteLine("onDragCanceled = " + sender + ", ((ContentControl)e.Cursor.Visual).Content = " + ((ContentControl)e.Cursor.Visual).Content);
+            Console.WriteLine("onDragCanceled = " + sender + ", ((ContentControl)e.Cursor.Visual).Content = " + ((ContentControl)e.Cursor.Visual).Content);
             // We check if the annotation is well one of the current annotations
             if (CuttingVM != null)
             {
@@ -416,7 +416,7 @@
 
         private void confirmCancelPopup_ConfirmYesOrNo(object sender, ConfirmEventArgs e)
         {
-            //Console.WriteLine("Confirm = " + e.Confirmed);
+            //Consolenfirm = " + e.Confirmed);
             // We check if the annotation is well one of the current annotations
             if (CuttingVM != null && canceledAnnotationVM != null && e.Confirmed == true)
             {