src/FingersDance.Control.Menu/Menu.cs
author ARIAS Santiago
Sun, 25 Oct 2009 12:38:45 +0100
changeset 168 d70ee2002f75
parent 54 c724ac229181
permissions -rw-r--r--
Thumb Timeline Rotation and Debug Closing Panels

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>();
    }
}