Ejemplo n.º 1
0
 public virtual void Action(GetHelpInput message)
 {
     ChangeState(typeof(HelpMemberState), new HelpParameters()
     {
         PreviousState = GetType(),
         Topic         = message.Topic ?? HelpTopic.Overview,
     });
 }
Ejemplo n.º 2
0
 public override void Action(GetHelpInput message)
 {
 }