# HG changeset patch # User PAMPHILE Jonathan # Date 1255521964 -7200 # Node ID df197df887d3679c85a421e4321853b8982ad6ea # Parent c379899e9c947eb17728bf656d4c0dd818039f4d Deplacement du customlistboxitem vers control diff -r c379899e9c94 -r df197df887d3 src/FingersDance.Control.ListVideo/CustomListBoxItem.cs --- 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 = ""; - } -} diff -r c379899e9c94 -r df197df887d3 src/FingersDance.Control.ListVideo/FingersDance.Control.ListVideo.csproj --- a/src/FingersDance.Control.ListVideo/FingersDance.Control.ListVideo.csproj Wed Oct 14 14:02:31 2009 +0200 +++ b/src/FingersDance.Control.ListVideo/FingersDance.Control.ListVideo.csproj Wed Oct 14 14:06:04 2009 +0200 @@ -86,7 +86,6 @@ - @@ -123,5 +122,11 @@ + + + {4DC517DD-1601-481E-BAAC-6FE271417F46} + FingersDance.Control + + \ No newline at end of file diff -r c379899e9c94 -r df197df887d3 src/FingersDance.Control.ListVideo/UserControlListVideo.xaml.cs --- a/src/FingersDance.Control.ListVideo/UserControlListVideo.xaml.cs Wed Oct 14 14:02:31 2009 +0200 +++ b/src/FingersDance.Control.ListVideo/UserControlListVideo.xaml.cs Wed Oct 14 14:06:04 2009 +0200 @@ -14,6 +14,7 @@ using System.Windows.Media.Imaging; using System.Xml.Serialization; using System.Reflection; +using FingersDance.Control; namespace FingersDance.Control.ListVideo {