Example #1
0
 public TestQModule(string myName, MEETContainer theContainer, MEETPCQueue theQ) :
     base(myName, theContainer, theQ)
 {
 }
Example #2
0
 public TestModule(string myName, MEETContainer theContainer) :
     base(myName, theContainer)
 {
     inq = MEETTest.tqm1.InputQ;
 }