Exemplo n.º 1
0
 public SessionChange(DvtkApplicationLayer.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     session = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }
Exemplo n.º 2
0
 public SessionChange(DvtkApplicationLayer.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     session = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }
Exemplo n.º 3
0
 public SessionChange(Dvtk.Sessions.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     _Session = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }
Exemplo n.º 4
0
 public SessionChange(Dvtk.Sessions.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     _Session             = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }