src/FingersDance.Control.Player/PlayAction.cs
author cavaliet
Mon, 14 Sep 2009 17:26:20 +0200
changeset 52 81ff82bd00c9
parent 35 ed77793b767a
permissions -rw-r--r--
tests with resize of syncsource and userpanel

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
    }
}