src/FingersDance.Control/CustomListBoxItem.cs
changeset 147 1a5da89daee9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FingersDance.Control/CustomListBoxItem.cs	Wed Oct 14 13:45:55 2009 +0200
@@ -0,0 +1,16 @@
+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 = "";
+    }
+}