示例#1
0
 public SessionEvents(SessionHandler handler, Session activeSession)
 {
     _handler       = handler;
     _activeSession = activeSession;
 }