src/FingersDance.ActionFactory/ActionGenerator.cs
changeset 156 e16c8c913c65
parent 146 dd8ed4d3beb6
child 214 beebae32b1ed
equal deleted inserted replaced
155:c68128feca0d 156:e16c8c913c65
     2 using System.Collections.Generic;
     2 using System.Collections.Generic;
     3 using System.Linq;
     3 using System.Linq;
     4 using System.Text;
     4 using System.Text;
     5 using FingersDance.Actions;
     5 using FingersDance.Actions;
     6 
     6 
     7 namespace FingersDance.ActionFactory
     7 namespace FingersDance.Factory
     8 {
     8 {
     9     public class ActionGenerator
     9     public class ActionGenerator
    10     {
    10     {
    11         private Dictionary<String, Type> actionDict = new Dictionary<string, Type>();
    11         private Dictionary<String, Type> actionDict = new Dictionary<string, Type>();
    12 
    12