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