示例#1
0
 public TestSession()
 {
     Queues = new HashSet<TestQueue>();
     Config = new TestConfig();
 }
示例#2
0
 public TestSession()
 {
     Queues = new HashSet <TestQueue>();
     Config = new TestConfig();
 }