Exemplo n.º 1
0
 private static void Session_SessionEndStartedEvent(object sender, SessionEndStartedEventArgs e)
 {
     _rootCommand.OutputEvent("Starting to end session.");
 }
Exemplo n.º 2
0
 protected virtual void OnSessionEndStartedEvent(SessionEndStartedEventArgs e)
 {
     SessionEndStartedEvent?.Invoke(this, e);
 }