author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Wed, 14 Oct 2009 14:02:31 +0200 | |
changeset 148 | c379899e9c94 |
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 |
} |