src/FingersDance.Control.Menu/Menu.cs
author cavaliet
Tue, 06 Oct 2009 14:02:09 +0200
changeset 134 f5108a598aa7
parent 54 c724ac229181
permissions -rw-r--r--
drag and drop places the video at the good timecode.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace FingersDance.Control.Menu
{
    [Serializable]
    public class Menu
    {
        public List<Item> Items = new List<Item>();
    }
}