Example #1
0
 private void BeginWrite()
 {
     myTimer.Begin(timeout);
 }
Example #2
0
 private void BeginRead()
 {
     myTimer.Begin(timeout);
 }