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