コード例 #1
0
ファイル: CodingWidget.cs プロジェクト: LongoMatch/longomatch
 void HandleCapturerTick(CapturerTickEvent e)
 {
     if (projectType != ProjectType.FileProject) {
         timeline.CurrentTime = e.Time;
         buttonswidget.CurrentTime = e.Time;
         teamtagger.CurrentTime = e.Time;
     }
 }