void timeTrackControl1_OnDoubleClick(TimeTrackControl.TimeTrackControl.TrackObjectDoubleClickEventArgs obj)
 {
     ucPlayHistory1.SetPos(obj.CurrentTime);
     //string msg = "";
     //if (obj.SelectedObject != null)
     //    msg = string.Format("time = {0}, obj = id:{1},appeartime:{2}", obj.CurrentTime.ToString("yyyy-MM-dd HH:mm:ss"), obj.SelectedObject.UserData, obj.SelectedObject.AppearTime.ToString("yyyy-MM-dd HH:mm:ss"));
     //else
     //    msg = string.Format("time = {0}, obj = null", obj.CurrentTime.ToString("yyyy-MM-dd HH:mm:ss"));
     //MessageBox.Show(msg);
 }
示例#2
0
 void timeTrackControl1_OnDoubleClick(TimeTrackControl.TimeTrackControl.TrackObjectDoubleClickEventArgs obj)
 {
 }