# HG changeset patch # User PAMPHILE Jonathan # Date 1253737372 -7200 # Node ID 07972aa3f2e077e4780362bf7e0a30d254767235 # Parent 0f29e2660bb74c926d62bc296a4aab5a1b9bf4a4 ListVideo diff -r 0f29e2660bb7 -r 07972aa3f2e0 src/FingersDance.Control.ListVideo/CustomListBoxItem.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.ListVideo/CustomListBoxItem.cs Wed Sep 23 22:22:52 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.ListVideo +{ + public class CustomListBoxItem:SurfaceListBoxItem + { + public string Name = ""; + public string Path = ""; + } +} diff -r 0f29e2660bb7 -r 07972aa3f2e0 src/FingersDance.Control.ListVideo/FingersDance.Control.ListVideo.csproj --- a/src/FingersDance.Control.ListVideo/FingersDance.Control.ListVideo.csproj Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.ListVideo/FingersDance.Control.ListVideo.csproj Wed Sep 23 22:22:52 2009 +0200 @@ -69,6 +69,7 @@ + diff -r 0f29e2660bb7 -r 07972aa3f2e0 src/FingersDance.Control.ListVideo/UserControlListVideo.xaml --- a/src/FingersDance.Control.ListVideo/UserControlListVideo.xaml Wed Sep 23 17:11:43 2009 +0200 +++ b/src/FingersDance.Control.ListVideo/UserControlListVideo.xaml Wed Sep 23 22:22:52 2009 +0200 @@ -21,10 +21,9 @@ - +