public CSyncTimer(float CurrentTime, float K, float T) { _ExternTime = new PT1(CurrentTime, K, T); _Timer = new Stopwatch(); _SetValue = CurrentTime; }