コード例 #1
0
 public int OrdCount()
 {
     return(_OrdQueue.Count());
 }
コード例 #2
0
 public int QryCount()
 {
     return(_CmdQueue.Count());
 }