Esempio n. 1
0
 private static void Session_SessionRegistrationStartedEvent(object sender, SessionRegistrationStartedEventArgs e)
 {
     _rootCommand.OutputEvent("Starting to register session.");
 }
Esempio n. 2
0
 protected virtual void OnSessionRegistrationStartedEvent(SessionRegistrationStartedEventArgs e)
 {
     SessionRegistrationStartedEvent?.Invoke(this, e);
 }