Example #1
0
 public CSyncTimer(float CurrentTime, float K, float T)
 {
     _ExternTime = new PT1(CurrentTime, K, T);
     _Timer = new Stopwatch();
     _SetValue = CurrentTime;
 }
Example #2
0
 public CSyncTimer(float CurrentTime, float K, float T)
 {
     _ExternTime = new PT1(CurrentTime, K, T);
     _Timer      = new Stopwatch();
     _SetValue   = CurrentTime;
 }