Exemplo n.º 1
0
 public NewSessionEventArgs(WebSession.Session session)
 {
     Session = session;
 }
 public UpdateSessionEventArgs(WebSession.Session session)
 {
     Session = session;
 }