src/FingersDance.Control/CustomListBoxItem.cs
author cavaliet
Wed, 21 Oct 2009 16:28:49 +0200
changeset 166 33c2e634df13
parent 147 1a5da89daee9
permissions -rw-r--r--
update drag and drop for dragged annotation to be well displayed and avoid DnD problems

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Surface;
using Microsoft.Surface.Presentation;
using Microsoft.Surface.Presentation.Controls;

namespace FingersDance.Control
{
    public class CustomListBoxItem:SurfaceListBoxItem
    {
        public string Name = ""; 
        public string Path = "";
    }
}