예제 #1
0
 public ThreadSession(int id = 0)
 {
     Id = id;
     Context = new CaseContext();
 }
예제 #2
0
 public ThreadSession(int id = 0)
 {
     Id      = id;
     Context = new CaseContext();
 }