Ejemplo n.º 1
0
 public void CheckClock(Object stateInfo)
 {
     if (!IsConnected)
     {
         return;
     }
     RTC.GetDevDateTime();
 }