author | ymh |
Tue, 15 Sep 2009 14:53:12 +0200 | |
changeset 57 | 926ad47737a3 |
parent 35 | ed77793b767a |
permissions | -rw-r--r-- |
35 | 1 |
using System; |
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using FingersDance.Actions; |
|
6 |
||
7 |
namespace FingersDance.Control.Player |
|
8 |
{ |
|
9 |
public class PlayAction : ActionBase |
|
10 |
{ |
|
11 |
#region ActionBase Members |
|
12 |
||
13 |
public void Execute() |
|
14 |
{ |
|
15 |
throw new NotImplementedException(); |
|
16 |
} |
|
17 |
||
18 |
#endregion |
|
19 |
} |
|
20 |
} |