src/FingersDance.Control.Player/PlayAction.cs
author sarias
Wed, 09 Sep 2009 08:38:08 +0200
changeset 40 d30b625ecb8b
parent 35 ed77793b767a
permissions -rw-r--r--
Projet test Syncsource (Player et Timeline)

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