author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Thu, 24 Sep 2009 17:38:51 +0200 | |
changeset 112 | 08bc8eac9e71 |
parent 95 | 07972aa3f2e0 |
permissions | -rw-r--r-- |
95 | 1 |
using System; |
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using Microsoft.Surface; |
|
6 |
using Microsoft.Surface.Presentation; |
|
7 |
using Microsoft.Surface.Presentation.Controls; |
|
8 |
||
9 |
namespace FingersDance.Control.ListVideo |
|
10 |
{ |
|
11 |
public class CustomListBoxItem:SurfaceListBoxItem |
|
12 |
{ |
|
13 |
public string Name = ""; |
|
14 |
public string Path = ""; |
|
15 |
} |
|
16 |
} |