예제 #1
0
 public void WindowClose()
 => OnSessionNotifyPro?.Invoke(Session, SessionNotifyType.WindowClose);
예제 #2
0
 public void WindowShow()
 => OnSessionNotifyPro?.Invoke(Session, SessionNotifyType.WindowShow);
예제 #3
0
 public void OnSessionNotify(SessionHandler session, SessionNotifyType type)
 => OnSessionNotifyPro?.Invoke(session, type);
예제 #4
0
 public void ContinueTask()
 => OnSessionNotifyPro?.Invoke(Session, SessionNotifyType.ContinueTask);
예제 #5
0
 public void SessionClosed()
 => OnSessionNotifyPro?.Invoke(Session, SessionNotifyType.SessionClosed);