changeset 147 | 1a5da89daee9 |
146:dd8ed4d3beb6 | 147:1a5da89daee9 |
---|---|
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 } |