diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-17 19:06:13 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-17 19:06:13 +0300 |
| commit | 7658a8546a9c33a76376dff3ab646f2aceaf0a01 (patch) | |
| tree | 10c2cee7f96268e9052e19901f49f3e0a1e75d41 /Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs | |
| parent | 22853e394b878578084db1062664c38c40e88d07 (diff) | |
| download | Tango-7658a8546a9c33a76376dff3ab646f2aceaf0a01.tar.gz Tango-7658a8546a9c33a76376dff3ab646f2aceaf0a01.zip | |
Working on PPC !!!
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs index 4473e2879..1ba7907f9 100644 --- a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs +++ b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs @@ -782,8 +782,8 @@ namespace Tango.DragAndDrop /// <param name="e">The <see cref="RoutedEventArgs"/> instance containing the event data.</param> private static void Element_Unloaded(object sender, RoutedEventArgs e) { - FrameworkElement element = sender as FrameworkElement; - UnRegisterDraggable(element); + //FrameworkElement element = sender as FrameworkElement; + //UnRegisterDraggable(element); } #endregion @@ -797,8 +797,8 @@ namespace Tango.DragAndDrop /// <param name="e">The <see cref="RoutedEventArgs"/> instance containing the event data.</param> private static void Element_Unloaded1(object sender, RoutedEventArgs e) { - FrameworkElement element = sender as FrameworkElement; - UnRegisterDroppable(element); + //FrameworkElement element = sender as FrameworkElement; + //UnRegisterDroppable(element); } #endregion |
