equal
deleted
inserted
replaced
|
1 using System; |
|
2 using System.Collections.Generic; |
|
3 using System.Linq; |
|
4 using System.Text; |
|
5 |
|
6 namespace FingersDance.Actions |
|
7 { |
|
8 class ActionPlayMedia : ActionBase |
|
9 { |
|
10 public void Execute() |
|
11 { |
|
12 |
|
13 } |
|
14 } |
|
15 } |