src/FingersDance.Control/CustomListBoxItem.cs
author ARIAS Santiago
Thu, 05 Nov 2009 22:40:36 +0100
changeset 188 e642ad0c366b
parent 147 1a5da89daee9
permissions -rw-r--r--
Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Surface;
using Microsoft.Surface.Presentation;
using Microsoft.Surface.Presentation.Controls;

namespace FingersDance.Control
{
    public class CustomListBoxItem:SurfaceListBoxItem
    {
        public string Name = ""; 
        public string Path = "";
    }
}