Exemplo n.º 1
0
 /// <summary>
 /// The StopAnim.
 /// </summary>
 internal void StopAnim()
 {
     t         = 0;
     tt        = 0;
     DTT_Input = 0;
     TextBox_InputDTT.Clear();
     AnimationCycle = 0;
     AnimationTimer.Stop();
 }
Exemplo n.º 2
0
 /// <summary>
 /// The Synchronize.
 /// </summary>
 internal void Synchronize()
 {
     DTT       = DT_AnimationTimer / 1000;
     DTT_Input = 0;
     TextBox_InputDTT.Clear();
 }