示例#1
0
 public CellConsumer(MonitorTest box, int request)
 {
     cell   = box;
     counts = request;
 }
示例#2
0
 public CellProcduer(MonitorTest box, int request)
 {
     cell   = box;
     counts = request;
 }