Exemplo n.º 1
0
 public bool AddCh(ParamCh ch)
 {
     chAry[chNum++] = ch;
     return true;
 }
Exemplo n.º 2
0
 public bool AddCh(ParamCh ch)
 {
     chAry[chNum++] = ch;
     return(true);
 }