private bool SynchTime() { bool synched = false; try { Nist.NistClock c = new Nist.NistClock(); c.SynchronizeLocalClock(); synched = true; } catch { } return synched; }
private bool SynchTime() { bool synched = false; try { Nist.NistClock c = new Nist.NistClock(); c.SynchronizeLocalClock(); synched = true; } catch { } return(synched); }