Example #1
0
 void HandleCapturerTick(CapturerTickEvent e)
 {
     if (projectType != ProjectType.FileProject) {
         timeline.CurrentTime = e.Time;
         buttonswidget.CurrentTime = e.Time;
         teamtagger.CurrentTime = e.Time;
     }
 }