Ejemplo n.º 1
0
        public TSTrackState()
        {
            InitializeComponent();

            toolTip1.SetToolTip(picTrackState, TrackState.ToString());

            OutlineForeColor = Color.Black;
            OutlineWidth     = 2;
        }