Example #1
0
 public FState(IState parent) : this()
 {
     parent.AddChild(this);
     Parent = parent;
 }