Пример #1
0
 public SessionChange(DvtkApplicationLayer.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     session = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }
Пример #2
0
 public SessionChange(DvtkApplicationLayer.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     session = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }
Пример #3
0
 public SessionChange(Dvtk.Sessions.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     _Session = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }
Пример #4
0
 public SessionChange(Dvtk.Sessions.Session theSession, SessionChangeSubTypEnum theSessionChangeSubTyp)
 {
     _Session             = theSession;
     _SessionChangeSubTyp = theSessionChangeSubTyp;
 }