src/FingersDance.Control.Player/PlayAction.cs
author sarias
Thu, 10 Sep 2009 08:34:56 +0200
changeset 42 58ffcf2b2807
parent 35 ed77793b767a
permissions -rw-r--r--
Test sur les User Panels, Reglage du bug "cannot make an instance of UserControl",

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

namespace FingersDance.Control.Player
{
    public class PlayAction : ActionBase
    {
        #region ActionBase Members

        public void Execute()
        {
            throw new NotImplementedException();
        }

        #endregion
    }
}