From 6bac62d0d08cb87e8925f05a6371c76fc52af009 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 8 Jan 2018 15:33:28 +0200 Subject: Added code comments for: DAL.Local. DAL.Remote. DragAndDrop. --- .../Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Software/Visual_Studio/Tango.DragAndDrop') diff --git a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs index fe58367aa..606e8a2e5 100644 --- a/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs +++ b/Software/Visual_Studio/Tango.DragAndDrop/DragAndDropService.cs @@ -16,21 +16,8 @@ using Tango.SharedUI.Helpers; namespace Tango.DragAndDrop { /// - /// /// Represents a drag and drop service which exposes several attached properties and events to create an interactive drag and drop functionality. /// - /// - /// - /// - /// - /// The following example demonstrates how to use the Drag and Drop service and the to easily create drag and drop features. - /// - /// - /// - /// - /// - /// - /// /// /// public static class DragAndDropService -- cgit v1.3.1