Exemplo n.º 1
0
 public TrackDisplay()
 {
     this.DoubleBuffered = true;
     this.Height         = 30;
     backgroundBrush     = Style.GetTrackDisplayBackgroundBrush(this.Height);
 }