Exemplo n.º 1
0
 public TimeLineFormatEventArgs(DateTime time, TimeScalePane.Tick priorTick, bool isCursor)
 {
     PriorTick = priorTick;
       Time      = time;
       IsCursor  = isCursor;
       Text      = string.Empty;
 }
Exemplo n.º 2
0
 public TimeLineFormatEventArgs(DateTime time, TimeScalePane.Tick priorTick, bool isCursor)
 {
     PriorTick = priorTick;
     Time      = time;
     IsCursor  = isCursor;
     Text      = string.Empty;
 }