Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (port==1)
  2. PortValues=...
  3. else
  4. PortValues=...
  5. lock (thisLock)
  6. {
  7. //чтение из Com-порта ....
  8. foreach(var v in PortValues)
  9. v.Val = ReadFromComPort(port, v.Name);
  10. }
Add Comment
Please, Sign In to add comment