Exemplo n.º 1
0
 public CSyncTimer(float CurrentTime, float K, float T)
 {
     _ExternTime = new PT1(CurrentTime, K, T);
     _Timer = new Stopwatch();
     _SetValue = CurrentTime;
 }
Exemplo n.º 2
0
 public CSyncTimer(float CurrentTime, float K, float T)
 {
     _ExternTime = new PT1(CurrentTime, K, T);
     _Timer      = new Stopwatch();
     _SetValue   = CurrentTime;
 }