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