src/FingersDance.Control.Player/PlayAction.cs
author sarias
Sat, 12 Sep 2009 22:57:52 +0200
changeset 46 f1a26ca4177e
parent 35 ed77793b767a
permissions -rw-r--r--
Travail sur le UserControlPivot + changement de design.

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