摘要: 1 public bool WaitData() 2 { 3 bool states = false; 4 try 5 { 6 DateTime Get_Time = DateTime.Now; 7 while (!DeviceStates) 8 { 9 Thread.Sleep(10); 10 ... 阅读全文
posted @ 2017-01-04 10:32 阿文sky 阅读(777) 评论(0) 推荐(0)