Mercurial > silverbladetech
comparison Chronosv2/source/DragAndDrop/IDataDropObject.cs @ 10:443821e55f06
Initial cleaned up add from Codeplex files
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:25:44 +0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
9:904a9faadf8b | 10:443821e55f06 |
---|---|
1 using System; | |
2 using System.Collections.Generic; | |
3 using System.Linq; | |
4 using System.Text; | |
5 | |
6 namespace Chronos.Presentation.DragAndDrop | |
7 { | |
8 public interface IDataDropObject | |
9 { | |
10 #region · Methods · | |
11 | |
12 object GetData(); | |
13 | |
14 #endregion | |
15 } | |
16 } |