--- a/src/FingersDance.Control.ListVideo/CustomListBoxItem.cs Wed Oct 14 14:02:31 2009 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-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.ListVideo
-{
- public class CustomListBoxItem:SurfaceListBoxItem
- {
- public string Name = "";
- public string Path = "";
- }
-}