changeset 95 | 07972aa3f2e0 |
91:0f29e2660bb7 | 95:07972aa3f2e0 |
---|---|
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 } |