示例#1
0
文件: MainForm.cs 项目: ewancoder/tof
 private void timerMonitor_Tick(object sender, EventArgs e)
 {
     boxMonitor.AppendText(tof.Read());
 }