author | sarias |
Thu, 15 Oct 2009 16:25:57 +0200 | |
changeset 154 | d43cbdd14d67 |
parent 147 | 1a5da89daee9 |
permissions | -rw-r--r-- |
147 | 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 |
|
10 |
{ |
|
11 |
public class CustomListBoxItem:SurfaceListBoxItem |
|
12 |
{ |
|
13 |
public string Name = ""; |
|
14 |
public string Path = ""; |
|
15 |
} |
|
16 |
} |