public StandardUserSystemClockCore(StandardLocalSystemClockCore localSystemClockCore, StandardNetworkSystemClockCore networkSystemClockCore) : base(localSystemClockCore.GetSteadyClockCore())
 {
     _localSystemClockCore   = localSystemClockCore;
     _networkSystemClockCore = networkSystemClockCore;
     _autoCorrectionEnabled  = false;
     _autoCorrectionTime     = SteadyClockTimePoint.GetRandom();
     _autoCorrectionEvent    = null;
 }
Exemplo n.º 2
0
 public StandardUserSystemClockCore(StandardLocalSystemClockCore localSystemClockCore, StandardNetworkSystemClockCore networkSystemClockCore)
 {
     _localSystemClockCore   = localSystemClockCore;
     _networkSystemClockCore = networkSystemClockCore;
     _autoCorrectionEnabled  = false;
 }