예제 #1
0
파일: Program.cs 프로젝트: Quilt4/Quilt4Net
 private static void Session_SessionRegistrationStartedEvent(object sender, SessionRegistrationStartedEventArgs e)
 {
     _rootCommand.OutputEvent("Starting to register session.");
 }
예제 #2
0
 protected virtual void OnSessionRegistrationStartedEvent(SessionRegistrationStartedEventArgs e)
 {
     SessionRegistrationStartedEvent?.Invoke(this, e);
 }