コード例 #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);
 }