Ejemplo n.º 1
0
 public void 间隔采集(int 数据序号, float 数据值, int 时基)
 {
     // 采集
     _采集管理.间隔采集(数据序号, 数据值, 时基);
 }